binxie
2024-01-18 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Loaner_category__c</fullName>
    <externalId>false</externalId>
    <formula>AND(
OR(!ISBLANK(TEXT(Fixture_Set__r.Loaner_categoryI__c)) ,!ISBLANK(TEXT(Fixture_Set__r.Loaner_categoryII__c)))
, !ISBLANK(Product2__c)
, Is_Body__c
,OR(TEXT(Fixture_Set__r.Loaner_categoryI__c) != Product2__r.Loaner_categoryI__c
,TEXT(Fixture_Set__r.Loaner_categoryII__c) != Product2__r.Loaner_categoryII__c)
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>备品类型不一致</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>