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
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>Effective_Product</fullName>
        <field>EffectiveNo_Product_detail__c</field>
        <formula>Effective_Product_detail__c</formula>
        <name>产品配套明细有效产品</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>SFDA_set_code</fullName>
        <field>Judge_SFDA_status__c</field>
        <formula>Contain_stop_product__c</formula>
        <name>更新SFDA状态</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>Set_code_total_price</fullName>
        <field>List_price_total_RMB_text__c</field>
        <formula>Total_price_RMB__c</formula>
        <name>Set_code_total_price</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>设定-产品总定价%28RMB%29</fullName>
        <actions>
            <name>Effective_Product</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>SFDA_set_code</name>
            <type>FieldUpdate</type>
        </actions>
        <actions>
            <name>Set_code_total_price</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <formula>TRUE</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>