binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>Clear_Set_Shipment_request_time</fullName>
        <field>Shipment_request_time__c</field>
        <name>清空 出库指示时间</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Null</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Input_Received_loaner_time</fullName>
        <field>Received_loaner_time__c</field>
        <formula>now()</formula>
        <name>输入-备品中心回收时间</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Input_Shippment_loaner_time</fullName>
        <field>Shippment_loaner_time__c</field>
        <formula>now()</formula>
        <name>输入-备品中心出库时间</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>LocationUpdate</fullName>
        <field>Owner_Location_Text__c</field>
        <formula>TEXT(Owner:User.Work_Location__c)</formula>
        <name>所属地更新</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>set_Name</fullName>
        <field>Name</field>
        <formula>&quot;DB1&quot; &amp; &quot;-&quot; &amp; LEFT(SUBSTITUTE(Text(Today()), &quot;-&quot;, &quot;&quot;), 6) &amp; &quot;-&quot; &amp; RIGHT(Name_AutoNumber__c, 4)</formula>
        <name>输入-备品No.</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>