buli
2023-07-06 e14fbae6e20ac06c7867d433d115cafc4ded6390
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>RC_Recognition_Window_F__c</fullName>
    <externalId>false</externalId>
    <formula>Case(SalesOfficeCode_selection__c,
&quot;北京RC&quot;,&quot;ling_sheng@olympus.com.cn&quot;,
&quot;西安RC&quot;,&quot;xiaoyun_liu@olympus.com.cn&quot;,
&quot;沈阳RC&quot;,&quot;jie_zhang@olympus.com.cn&quot;,
&quot;上海RC&quot;,&quot;yan_zhang@olympus.com.cn&quot;,
&quot;杭州RC&quot;,&quot;yan_zhang@olympus.com.cn&quot;,
&quot;广州RC&quot;,&quot;jingyi_huo@olympus.com.cn&quot;,
&quot;成都RC&quot;,&quot;yang_fan@olympus.com.cn&quot;,
null)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>RC认款窗口F</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>