<?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>
|
</Workflow>
|