binxie
2024-01-19 491cdf387e0c67fb95410c06547ff062a11f7bd3
force-app/main/default/workflows/Inspection_Item__c.workflow-meta.xml
@@ -1,27 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>Request_assistant_create_asset</fullName>
        <description>手动登录点检结果后,委托给助理创建设备的邮件</description>
        <protected>false</protected>
        <recipients>
            <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>
        <template>Inspection/Request_create_asset_from_PM</template>
    </alerts>
    <fieldUpdates>
        <fullName>OER_inspection_number</fullName>
        <field>OER_Inspection_formula__c</field>
@@ -42,17 +20,6 @@
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>手动登录结果通知给助理</fullName>
        <actions>
            <name>Request_assistant_create_asset</name>
            <type>Alert</type>
        </actions>
        <active>false</active>
        <formula>AND(
 ISBLANK(AssetId__c),not(ISBLANK(Product_Manual__c)), InsReportStatus__c = &quot;申请中&quot;)</formula>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
    <rules>
        <fullName>点检报告书明细点检次数文本化</fullName>
        <actions>