binxie
2024-01-18 22bd41f13147fce1df6ff35b592720c9cb387de9
force-app/main/default/workflows/Statu_Achievements__c.workflow-meta.xml
@@ -20,6 +20,10 @@
            <recipient>qi_qiao@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <recipients>
            <recipient>xiaoqian_chen@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>NoteTheResidual/T1_DetailedList</template>
    </alerts>
@@ -656,7 +660,20 @@
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <formula>OR( ISCHANGED(PaymentStatus__c), ISCHANGED(AssignmentStatus__c), ISCHANGED(Reason_not_collect_money__c), ISCHANGED(UnshippedAmount__c), ISCHANGED(Reason_not_ship__c), ISCHANGED(Follow_up_comment__c), ISCHANGED(DeliveryStatus__c), ISCHANGED(OverviewStatus__c), ISCHANGED(Manager_feedback__c), ISCHANGED(Payment_Scheduled_Date__c), ISCHANGED(Payment_All_Scheduled_Date__c), ISCHANGED(Shipping_Scheduled_Date__c), ISCHANGED(EndUser_contract_submit_day__c))</formula>
        <formula>OR(
ISCHANGED(PaymentStatus__c),
ISCHANGED(AssignmentStatus__c),
ISCHANGED(Reason_not_collect_money__c),
ISCHANGED(UnshippedAmount__c),
ISCHANGED(Reason_not_ship__c),
ISCHANGED(Follow_up_comment__c),
ISCHANGED(DeliveryStatus__c),
ISCHANGED(OverviewStatus__c),
ISCHANGED(Manager_feedback__c),
ISCHANGED(Payment_Scheduled_Date__c),
ISCHANGED(Payment_All_Scheduled_Date__c),
ISCHANGED(Shipping_Scheduled_Date__c),
ISCHANGED(EndUser_contract_submit_day__c))</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
@@ -867,12 +884,12 @@
        <criteriaItems>
            <field>Opportunity.ET_SP_Consumption__c</field>
            <operation>equals</operation>
            <value>True</value>
            <value>真</value>
        </criteriaItems>
        <criteriaItems>
            <field>Statu_Achievements__c.ET_SP_Consumption__c</field>
            <operation>equals</operation>
            <value>False</value>
            <value>假</value>
        </criteriaItems>
        <description>新建/更新注残时,根据询价值设定</description>
        <triggerType>onAllChanges</triggerType>
@@ -887,12 +904,12 @@
        <criteriaItems>
            <field>Opportunity.ET_SP_Consumption__c</field>
            <operation>equals</operation>
            <value>False</value>
            <value>假</value>
        </criteriaItems>
        <criteriaItems>
            <field>Statu_Achievements__c.ET_SP_Consumption__c</field>
            <operation>equals</operation>
            <value>True</value>
            <value>真</value>
        </criteriaItems>
        <description>新建/更新注残时,根据询价值设定</description>
        <triggerType>onAllChanges</triggerType>