1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
| <?xml version="1.0" encoding="UTF-8"?>
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
| <fullName>FSE_Special_Mail_F__c</fullName>
| <description>2019/05/28之前:
| Case(Salesdepartment_Text__c, "1.华北","", "2.东北","", "3.西北","yunshu_chen@olympus.com.cn",/**陈运输**/ "4.西南","rui_zhang@olympus.com.cn",/**章锐**/ "5.华东","", "6.华南","", Case(RCCD_Text__c, "华北","", "东北","", "西北","yunshu_chen@olympus.com.cn", "华东","", "华南","", "西南","rui_zhang@olympus.com.cn", "" ))
| 2019/09/05 之前
| Case(Salesdepartment_Text__c,
| "1.华北", "",
| "2.东北", "",
| "3.西北", "yunshu_chen@olympus.com.cn", /**陈运输**/
| "4.西南", "rui_zhang@olympus.com.cn", /**章锐**/
| "5.华东", "",
| "6.华南", "",
| Case(Hospital__r.Hospita_Salesdepartment_Text__c,
| "1.华北", "",
| "2.东北", "",
| "3.西北", "yunshu_chen@olympus.com.cn",
| "4.华东", "",
| "5.华南", "",
| "6.西南", "rui_zhang@olympus.com.cn",
| Case(RCCD_Text__c,
| "华北", "",
| "东北", "",
| "西北", "yunshu_chen@olympus.com.cn",
| "华东", "",
| "华南", "",
| "西南", "rui_zhang@olympus.com.cn",
| ""
| )
| )
| )</description>
| <externalId>false</externalId>
| <formula>'it_prectech@olympus.com.cn'</formula>
| <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
| <label>FSE Special Mail F</label>
| <required>false</required>
| <trackHistory>false</trackHistory>
| <trackTrending>false</trackTrending>
| <type>Text</type>
| <unique>false</unique>
| </CustomField>
|
|