binxie
2024-01-18 b1d36ea3e6653e59bd767aa192c688ee0d9d4c58
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>