binxie
2024-01-18 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c
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>
@@ -99,12 +79,12 @@
        <criteriaItems>
            <field>CancelPostponePlan__c.if_HaveRental_Apply__c</field>
            <operation>equals</operation>
            <value>True</value>
            <value>真</value>
        </criteriaItems>
        <criteriaItems>
            <field>CancelPostponePlan__c.cancelReasonCombobox__c</field>
            <operation>notEqual</operation>
            <value>备品不足</value>
            <value>无备品</value>
        </criteriaItems>
        <description>opd取消成功之后给opd担当发邮件</description>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>