binxie
2024-01-18 22bd41f13147fce1df6ff35b592720c9cb387de9
force-app/main/default/workflows/CancelPostponePlan__c.workflow-meta.xml
@@ -54,27 +54,7 @@
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>ExtensionPlanStatusUpdate2</fullName>
        <field>Status__c</field>
        <literalValue>延期成功</literalValue>
        <name>延期状态更新</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>StatusUpdate1</fullName>
        <field>Status__c</field>
        <literalValue>取消成功</literalValue>
        <name>状态更新</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <fieldUpdates>
        <fullName>StatusUpdate11</fullName>
        <field>Status__c</field>
        <literalValue>取消成功</literalValue>
        <name>状态更新</name>
@@ -90,7 +70,7 @@
            <type>Alert</type>
        </actions>
        <active>true</active>
        <booleanFilter>1 AND 2 AND 3</booleanFilter>
        <booleanFilter>1 AND 2</booleanFilter>
        <criteriaItems>
            <field>CancelPostponePlan__c.Status__c</field>
            <operation>equals</operation>
@@ -99,12 +79,7 @@
        <criteriaItems>
            <field>CancelPostponePlan__c.if_HaveRental_Apply__c</field>
            <operation>equals</operation>
            <value>True</value>
        </criteriaItems>
        <criteriaItems>
            <field>CancelPostponePlan__c.cancelReasonCombobox__c</field>
            <operation>notEqual</operation>
            <value>备品不足</value>
            <value>真</value>
        </criteriaItems>
        <description>opd取消成功之后给opd担当发邮件</description>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>