Li Jun
2022-04-19 2f183a6b0a83ec3f7d35375d5d25d200efc2a3e1
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
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Is_Target_Account__c</fullName>
    <description>19-5-16前: 
IF(OR(Account__r.RecordType.DeveloperName=&apos;Department_Class_GI&apos;, 
Account__r.RecordType.DeveloperName=&apos;Department_Class_BF&apos;),IF( (NULLVALUE(Target_amount_CV290__c, 0) + NULLVALUE(Target_amount_CV170__c, 0) 
+ NULLVALUE(Target_amount_EUME2__c, 0) + NULLVALUE(Target_amount_290Miro__c, 0) 
+ NULLVALUE(Target_amount_OERAW__c, 0) ) &gt; 0 
,1, 0 
,IF(OR(Account__r.RecordType.DeveloperName=&apos;Department_Class_GS&apos;, 
Account__r.RecordType.DeveloperName=&apos;Department_Class_URO&apos;, 
Account__r.RecordType.DeveloperName=&apos;Department_Class_GYN&apos;, 
Account__r.RecordType.DeveloperName=&apos;Department_Class_ENT&apos;) 
,IF( (NULLVALUE(Target_amount_OTVS400__c, 0) + NULLVALUE(Target_amount_CHS400XZ__c, 0) 
+ NULLVALUE(Target_amount_3D__c, 0) + NULLVALUE(Target_amount_CV190__c, 0) 
+ NULLVALUE(Target_amount_OTVS190__c, 0) + NULLVALUE(Target_amount_CV170__c, 0) 
+ NULLVALUE(Target_amount_UCES3__c, 0) )</description>
    <externalId>false</externalId>
    <formula>IF( 
Account__r.RecordType.DeveloperName = &apos;Department_Class_GI&apos;, 
IF((NULLVALUE(Target_amount_CV290__c, 0) + NULLVALUE(Target_amount_EUME2__c, 0) + NULLVALUE(Target_amount_290Miro__c, 0) + NULLVALUE(Target_amount_GFUCT260__c, 0)) &gt; 0, 
1, 
0), 
IF( 
Account__r.RecordType.DeveloperName = &apos;Department_Class_BF&apos;, 
IF((NULLVALUE(Target_amount_CV290__c, 0) + NULLVALUE(Target_amount_EUME2__c, 0)+ NULLVALUE(Target_amount_290Miro__c, 0)) &gt; 0, 
1, 
0), 
IF( 
OR(Account__r.RecordType.DeveloperName = &apos;Department_Class_GS&apos;, 
Account__r.RecordType.DeveloperName = &apos;Department_Class_URO&apos;, 
Account__r.RecordType.DeveloperName = &apos;Department_Class_GYN&apos;, 
Account__r.RecordType.DeveloperName = &apos;Department_Class_ENT&apos;), 
IF((NULLVALUE(Target_amount_OTVS300S400__c, 0) + NULLVALUE(Target_amount_CV170__c, 0) 
+ NULLVALUE(Target_amount_ENG__c, 0) + NULLVALUE(Target_amount_190Main__c, 0)) &gt; 0, 
1, 
0), 
0)))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否营业目标客户</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>