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
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>If_Need_PriceApply__c</fullName>
    <description>20190531 增加能量耗材不需要价格申请
20220414 ljh CelonOpportunity__c SWAG-CCK8V4
//20230524 lt update
IF( TEXT(IS_Price_Apply__c)==&apos;是&apos; || ISPICKVAL(CelonOpportunity__c, &apos;Celon主机&apos;) , True, 
 IF((Account.RecordTypeId == &apos;01210000000QjCN&apos; &amp;&amp; LEFT(Estimation_Id__c, 3) == &apos;a2K&apos;) 
|| ETPromoteSale__c == true
|| Is_Corrosion__c 
|| AND(OR(ISPICKVAL(CelonOpportunity__c, &apos;Celon耗材&apos;),ISPICKVAL(CelonOpportunity__c, &apos;Celon ENG&apos;)),Hospital__r.RecordTypeId != &quot;01210000000QemG&quot;) , False, True))</description>
    <externalId>false</externalId>
    <formula>IF( TEXT( SAP_Province__c )==&apos;OSH-安徽省&apos;, False, IF( TEXT(IS_Price_Apply__c)==&apos;是&apos; || ISPICKVAL(CelonOpportunity__c, &apos;Celon主机&apos;) , True,
IF((Account.RecordTypeId == &apos;01210000000QjCN&apos; &amp;&amp; LEFT(Estimation_Id__c, 3) == &apos;a2K&apos;)
|| ETPromoteSale__c == true
|| Is_Corrosion__c
|| 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>