<?xml version="1.0" encoding="UTF-8"?>
|
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fieldUpdates>
|
<fullName>BMEmeetingNameCreate</fullName>
|
<field>Name</field>
|
<formula>Contact__r.MedicalStaff_Full_name__c + Text(CreatedDate__c)</formula>
|
<name>生成内镜临床工程师管理表</name>
|
<notifyAssignee>false</notifyAssignee>
|
<operation>Formula</operation>
|
<protected>false</protected>
|
<reevaluateOnChange>false</reevaluateOnChange>
|
</fieldUpdates>
|
<rules>
|
<fullName>BMEnameCreate</fullName>
|
<actions>
|
<name>BMEmeetingNameCreate</name>
|
<type>FieldUpdate</type>
|
</actions>
|
<active>true</active>
|
<description>名字等于客户人员名称加创建日期</description>
|
<formula>true</formula>
|
<triggerType>onCreateOnly</triggerType>
|
</rules>
|
</Workflow>
|