<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>ForBatch_Changed_F__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>(Received_Confirm_NG_Not_Return__c <> Received_Confirm_NG_Not_Return_Text__c ) /* 现场收货NG未寄回不看Cancel */ 
 | 
|| (Received_Confirm_Status_F__c <> Received_Confirm_Status_Text__c 
 | 
         /* OLY_OCM-510 Start */ 
 | 
        && Cancel_Select__c = False 
 | 
        /* OLY_OCM-510 End */ 
 | 
) 
 | 
/* OLY_OCM-636 Start */ 
 | 
|| Repair_Agreed_Quotation_F__c <> Repair_Agreed_Quotation_Text__c 
 | 
/* OLY_OCM-636 End */</formula> 
 | 
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> 
 | 
    <label>ForBatch_Changed_F</label> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Checkbox</type> 
 | 
</CustomField> 
 |