Li Jun
2022-04-25 784f9cec56eef3c7ac0ba02de98fdbf341c6a7b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Inportant_Product__c</fullName>
    <externalId>false</externalId>
    <formula>IF(OR(
AND(Product1__r.Important_product__c = True,TEXT(OLY_Provide_1__c) = &quot;OLY提供&quot;),
AND(Product2__r.Important_product__c = True,TEXT(OLY_Provide_2__c) = &quot;OLY提供&quot;),
AND(Product3__r.Important_product__c = True,TEXT(OLY_Provide_3__c) = &quot;OLY提供&quot;),
AND(Product4__r.Important_product__c = True,TEXT(OLY_Provide_4__c) = &quot;OLY提供&quot;),
AND(Product5__r.Important_product__c = True,TEXT(OLY_Provide_5__c) = &quot;OLY提供&quot;)),
1,0)</formula>
    <label>是否重点产品OPD(只算备品)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>