binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>IS_StandardPricing__c</fullName>
    <externalId>false</externalId>
    <formula>IF(OR(AND(CONTAINS(OwnershipMachine_No__c, &apos;290&apos;), OR(Product2.Category4__c ==&apos;BF&apos;, Product2.Category4__c ==&apos;BF扇扫&apos;, Product2.Category4__c ==&apos;CF&apos;)),Product2.Category4__c ==&apos;URF&apos;),&apos;true&apos;, &apos;false&apos;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否使用标准定价</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>