binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
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>If_Need_Authorize__c</fullName>
    <description>//lt 20230524 update</description>
    <externalId>false</externalId>
    <formula>IF( TEXT( SAP_Province__c )==&apos;OSH-安徽省&apos; , False, if(text(Sales_Root__c) == &apos;OCM直接販売&apos;, False,
if(Account.RecordTypeId == &apos;01210000000QjCN&apos; &amp;&amp;
(Account.ET_SP_Dealer__c == True ||
Account.ENG_Dealer__c == True ||
Account.SP_DealerContact__c == True ||
Account.CELON_Dealer__c == True ||
AND(OR(ISPICKVAL(CelonOpportunity__c, &apos;Celon耗材&apos;),ISPICKVAL(CelonOpportunity__c, &apos;Celon ENG&apos;)),Hospital__r.RecordTypeId != &quot;01210000000QemG&quot;)
), False,
True))
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否需要授权</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>