binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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>OR(
AND(
    OR(!ISBLANK(TEXT(Fixture_Set__r.Loaner_categoryI__c)) ,!ISBLANK(TEXT(Fixture_Set__r.Loaner_categoryII__c)) ,!ISBLANK(TEXT(Fixture_Set__r.Product_Type__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
    ,TEXT(Fixture_Set__r.Product_Type__c) != Product2__r.Product_Type__c)
)
,
AND(
    !ISBLANK(Product2__c)
    ,Is_Body__c != Product2__r.RentalSubject__c 
)
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>备品类型不一致</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>