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
| <?xml version="1.0" encoding="UTF-8"?>
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
| <fullName>Important_product_GI__c</fullName>
| <externalId>false</externalId>
| <formula>IF(OR(Important_Rroduct_1GI__c,Important_Rroduct_1BF__c,Important_Rroduct_1ET__c,
| Important_Rroduct_2GI__c,Important_Rroduct_2BF__c,Important_Rroduct_2ET__c,
| Important_Rroduct_3GI__c,Important_Rroduct_3BF__c,Important_Rroduct_3ET__c,
| Important_Rroduct_4GI__c,Important_Rroduct_4BF__c,Important_Rroduct_4ET__c,
| Important_Rroduct_5GI__c,Important_Rroduct_5BF__c,Important_Rroduct_5ET__c,
| Important_Rroduct_6GI__c,Important_Rroduct_6BF__c,Important_Rroduct_6ET__c,
| Important_Rroduct_7GI__c,Important_Rroduct_7BF__c,Important_Rroduct_7ET__c,
| Important_Rroduct_8GI__c,Important_Rroduct_8BF__c,Important_Rroduct_8ET__c,
| Important_Rroduct_9GI__c,Important_Rroduct_9BF__c,Important_Rroduct_9ET__c,
| Important_Rroduct_10GI__c,Important_Rroduct_10BF__c,Important_Rroduct_10ET__c,
| Important_Rroduct_11GI__c,Important_Rroduct_11BF__c,Important_Rroduct_11ET__c,
| Important_Rroduct_12GI__c,Important_Rroduct_12BF__c,Important_Rroduct_12ET__c,
| Important_Rroduct_13GI__c,Important_Rroduct_13BF__c,Important_Rroduct_13ET__c,
| Important_Rroduct_14GI__c,Important_Rroduct_14BF__c,Important_Rroduct_14ET__c,
| Important_Rroduct_15GI__c,Important_Rroduct_15BF__c,Important_Rroduct_15ET__c,
| Important_Rroduct_16GI__c,Important_Rroduct_16BF__c,Important_Rroduct_16ET__c,
| Important_Rroduct_17GI__c,Important_Rroduct_17BF__c,Important_Rroduct_17ET__c,
| Important_Rroduct_18GI__c,Important_Rroduct_18BF__c,Important_Rroduct_18ET__c,
| Important_Rroduct_19GI__c,Important_Rroduct_19BF__c,Important_Rroduct_19ET__c,
| Important_Rroduct_20GI__c,Important_Rroduct_20BF__c,Important_Rroduct_20ET__c,
| Important_Rroduct_21GI__c,Important_Rroduct_21BF__c,Important_Rroduct_21ET__c,
| Important_Rroduct_22GI__c,Important_Rroduct_22BF__c,Important_Rroduct_22ET__c,
| Important_Rroduct_23GI__c,Important_Rroduct_23BF__c,Important_Rroduct_23ET__c,
| Important_Rroduct_24GI__c,Important_Rroduct_24BF__c,Important_Rroduct_24ET__c,
| Important_Rroduct_25GI__c,Important_Rroduct_25BF__c,Important_Rroduct_25ET__c,
| Important_Rroduct_26GI__c,Important_Rroduct_26BF__c,Important_Rroduct_26ET__c,
| Important_Rroduct_27GI__c,Important_Rroduct_27BF__c,Important_Rroduct_27ET__c,
| Important_Rroduct_28GI__c,Important_Rroduct_28BF__c,Important_Rroduct_28ET__c,
| Important_Rroduct_29GI__c,Important_Rroduct_29BF__c,Important_Rroduct_29ET__c,
| Important_Rroduct_30GI__c,Important_Rroduct_30BF__c,Important_Rroduct_30ET__c,
| Important_Rroduct_31GI__c,Important_Rroduct_31BF__c,Important_Rroduct_31ET__c
| ),TRUE,FALSE)</formula>
| <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
| <label>(***)是否GI重点产品对象</label>
| <trackHistory>false</trackHistory>
| <type>Checkbox</type>
| </CustomField>
|
|