yangjieke
2022-03-22 3d655e80eec6c770dce06f3d9cf04fffe607f644
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_product23__c</fullName>
    <externalId>false</externalId>
    <formula>IF(OR( 
Product1__r.Important_product23__c = True, 
Product2__r.Important_product23__c = True, 
Product3__r.Important_product23__c = True, 
Product4__r.Important_product23__c = True, 
Product5__r.Important_product23__c = True), 
1,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否重点产品23的对象</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>