binxie
2024-01-18 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c
force-app/main/default/workflows/Maintenance_Contract__c.workflow-meta.xml
@@ -2050,6 +2050,33 @@
        <triggerType>onAllChanges</triggerType>
    </rules>
    <rules>
        <fullName>草案中3天警報7天取消</fullName>
        <active>false</active>
        <criteriaItems>
            <field>Maintenance_Contract__c.Status__c</field>
            <operation>equals</operation>
            <value>草案中</value>
        </criteriaItems>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
        <workflowTimeTriggers>
            <actions>
                <name>X3dayspassed</name>
                <type>Task</type>
            </actions>
            <offsetFromField>Maintenance_Contract__c.CreatedDate</offsetFromField>
            <timeLength>3</timeLength>
            <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit>
        </workflowTimeTriggers>
        <workflowTimeTriggers>
            <actions>
                <name>Status_cancel</name>
                <type>FieldUpdate</type>
            </actions>
            <timeLength>7</timeLength>
            <workflowTimeTriggerUnit>Days</workflowTimeTriggerUnit>
        </workflowTimeTriggers>
    </rules>
    <rules>
        <fullName>虚拟维修合同日期文本化</fullName>
        <actions>
            <name>endDateGuranteeToText</name>