<?xml version="1.0" encoding="UTF-8"?>
|
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fieldUpdates>
|
<fullName>UpdatePerson_In_ChargeName</fullName>
|
<field>Person_In_ChargeName__c</field>
|
<formula>Person_In_Charge_Old__r.Name__c</formula>
|
<name>更新备品出借担当 NAME</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Formula</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>false</reevaluateOnChange>
|
</fieldUpdates>
|
<fieldUpdates>
|
<fullName>UpdatePerson_In_Charge_New</fullName>
|
<field>Person_In_Charge__c</field>
|
<formula>CASESAFEID(Person_In_Charge_Old__c)</formula>
|
<name>更新备品出借担当ID</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Formula</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>false</reevaluateOnChange>
|
</fieldUpdates>
|
<fieldUpdates>
|
<fullName>UpdateapplyUserName</fullName>
|
<field>applyUserName__c</field>
|
<formula>applyUser_Old__r.Name__c</formula>
|
<name>更新操作者 Name</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Formula</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>false</reevaluateOnChange>
|
</fieldUpdates>
|
<fieldUpdates>
|
<fullName>UpdateapplyUser_new</fullName>
|
<field>applyUser__c</field>
|
<formula>CASESAFEID(applyUser_Old__c)</formula>
|
<name>更新操作者_ID</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Formula</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>false</reevaluateOnChange>
|
</fieldUpdates>
|
<rules>
|
<fullName>Rental_Apply_Power_BI</fullName>
|
<actions>
|
<name>UpdatePerson_In_ChargeName</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<actions>
|
<name>UpdatePerson_In_Charge_New</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<actions>
|
<name>UpdateapplyUserName</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<actions>
|
<name>UpdateapplyUser_new</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<active>false</active>
|
<formula>true</formula>
|
<triggerType>onAllChanges</triggerType>
|
</rules>
|
</Workflow>
|