Li Jun
2022-05-11 b776940205e893302f77d24c4285613f228b44c6
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>Important_product6__c</fullName>
    <externalId>false</externalId>
    <formula>IF(OR( 
Product1__r.Important_product6__c = True, 
Product2__r.Important_product6__c = True, 
Product3__r.Important_product6__c = True, 
Product4__r.Important_product6__c = True, 
Product5__r.Important_product6__c = True), 
1,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否重点产品06的对象</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>