<?xml version="1.0" encoding="UTF-8"?>
|
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fieldUpdates>
|
<fullName>UpdateProduct2IdID</fullName>
|
<field>Product2Id__c</field>
|
<formula>CASESAFEID(Product2Id_Old__c)</formula>
|
<name>更新产品ID</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Formula</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>false</reevaluateOnChange>
|
</fieldUpdates>
|
<fieldUpdates>
|
<fullName>UpdateProduct2IdName</fullName>
|
<field>Product2IdName__c</field>
|
<formula>Product2Id_Old__r.Name</formula>
|
<name>更新产品Name</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Formula</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>false</reevaluateOnChange>
|
</fieldUpdates>
|
<rules>
|
<fullName>更新资产Power-BI</fullName>
|
<actions>
|
<name>UpdateProduct2IdID</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<actions>
|
<name>UpdateProduct2IdName</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<active>false</active>
|
<formula>true</formula>
|
<triggerType>onAllChanges</triggerType>
|
</rules>
|
</Workflow>
|