binxie
2024-01-18 22bd41f13147fce1df6ff35b592720c9cb387de9
force-app/main/default/workflows/Inspection_Item__c.workflow-meta.xml
@@ -8,7 +8,15 @@
            <type>owner</type>
        </recipients>
        <recipients>
            <recipient>daisuke_goto@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <recipients>
            <recipient>haijuan_wang@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <recipients>
            <recipient>yoshihiko_terabori@olympus.com.cn</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
@@ -41,7 +49,8 @@
            <type>Alert</type>
        </actions>
        <active>false</active>
        <formula>AND(  ISBLANK(AssetId__c),not(ISBLANK(Product_Manual__c)), InsReportStatus__c = &quot;申请中&quot;)</formula>
        <formula>AND(
 ISBLANK(AssetId__c),not(ISBLANK(Product_Manual__c)), InsReportStatus__c = &quot;申请中&quot;)</formula>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
    <rules>