binxie
2024-01-18 b1d36ea3e6653e59bd767aa192c688ee0d9d4c58
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <fieldUpdates>
        <fullName>LbpName</fullName>
        <description>预留产品名称 = 询价编码</description>
        <field>Name</field>
        <formula>InquiryCode__r.Opportunity_No__c</formula>
        <name>预留产品名称</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Formula</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
    <rules>
        <fullName>自动赋值预留产品名称</fullName>
        <actions>
            <name>LbpName</name>
            <type>FieldUpdate</type>
        </actions>
        <active>true</active>
        <description>预留产品名称 = 询价编码</description>
        <formula>true</formula>
        <triggerType>onAllChanges</triggerType>
    </rules>
</Workflow>