<?xml version="1.0" encoding="UTF-8"?>
|
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fieldUpdates>
|
<fullName>SetName</fullName>
|
<field>Name</field>
|
<formula>'SI-ODO'+Text(today())</formula>
|
<name>设置名称</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Formula</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>false</reevaluateOnChange>
|
</fieldUpdates>
|
<rules>
|
<fullName>CreateODOName</fullName>
|
<actions>
|
<name>SetName</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<active>true</active>
|
<criteriaItems>
|
<field>IS_Opportunity_Demand_Operating__c.Name</field>
|
<operation>equals</operation>
|
<value>*</value>
|
</criteriaItems>
|
<description>||</description>
|
<triggerType>onAllChanges</triggerType>
|
</rules>
|
</Workflow>
|