<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Important_product10__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(OR(
|
Product1__r.Important_product10__c = True,
|
Product2__r.Important_product10__c = True,
|
Product3__r.Important_product10__c = True,
|
Product4__r.Important_product10__c = True,
|
Product5__r.Important_product10__c = True),
|
1,0)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>是否重点产品10的对象</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>0</scale>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Number</type>
|
<unique>false</unique>
|
</CustomField>
|