1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <?xml version="1.0" encoding="UTF-8"?>
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
| <fullName>Important_product_SP2__c</fullName>
| <externalId>false</externalId>
| <formula>IF(OR(
| Important_Rroduct_28GS__c,Important_Rroduct_28URO__c,Important_Rroduct_28GYN__c,Important_Rroduct_28ENT__c,Important_Rroduct_28OTH__c,
| Important_Rroduct_29GS__c,Important_Rroduct_29URO__c,Important_Rroduct_29GYN__c,Important_Rroduct_29ENT__c,Important_Rroduct_29OTH__c,
| Important_Rroduct_30GS__c,Important_Rroduct_30URO__c,Important_Rroduct_30GYN__c,Important_Rroduct_30ENT__c,Important_Rroduct_30OTH__c
| ),TRUE,FALSE)</formula>
| <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
| <label>(***)是否SP重点产品对象2</label>
| <trackHistory>false</trackHistory>
| <type>Checkbox</type>
| </CustomField>
|
|