| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>skip_Distribution_Sign__c</fullName> | 
|     <description>经销商签收时判断</description> | 
|     <externalId>false</externalId> | 
|     <formula>if(SalesRootFormula__c == 'OCM直接販売'||Hazardous_Chemicals__c||isFreeDelivery__c,true,false)</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>跳过经销商签收</label> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Checkbox</type> | 
| </CustomField> |