<?xml version="1.0" encoding="UTF-8"?>
|
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fieldUpdates>
|
<fullName>Update_PAE_DetermineResults_Text</fullName>
|
<field>PAE_DetermineResults_Text__c</field>
|
<formula>PAEDetail_DetermineResults__c</formula>
|
<name>更新PAE判定结果(文本)</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Formula</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>false</reevaluateOnChange>
|
</fieldUpdates>
|
<rules>
|
<fullName>将PAE判定结果%28公式%29赋值到PAE判定结果</fullName>
|
<actions>
|
<name>Update_PAE_DetermineResults_Text</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<active>true</active>
|
<formula>NOT(ISBLANK(PAEDetail_DetermineResults__c))</formula>
|
<triggerType>onAllChanges</triggerType>
|
</rules>
|
</Workflow>
|