Li Jun
2022-04-24 fc8a8cea62e5d248834482a1ade9db6ab0758bf2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Final_approval_positon__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Extend_workday__c  &lt;= 7,
CASE(Demo_purpose2__c,
&quot;一般维修代用&quot;,&quot;经理(销售)批准&quot;,
&quot;提前借出修理代用&quot;,&quot;经理(销售)批准&quot;,
&quot;特殊产品修理代用&quot;,&quot;经理(销售)批准&quot;,
&quot;保修合同用户维修代用&quot;,&quot;经理(销售)批准&quot;,&quot;经理(服务)批准&quot;),&quot;总监批准&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>****最后延期申请批准人的职位(参考)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>