<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Check_same_as_plan__c</fullName> 
 | 
    <description>IF(ISBLANK(IsScheduled_Location__c),0,IF(Location__c=IsScheduled_Location__c,1,0))// 
 | 
IF(AND(ISBLANK(IsScheduled_Location__c),ISBLANK(Location__c)),1, 
 | 
IF(ISBLANK(IsScheduled_Location__c),1, 
 | 
IF(Location__c=IsScheduled_Location__c,1,0)))</description> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>IF(ScheduleCount__c==0,0, 
 | 
IF(Location__c!=IsScheduled_Location__c,0,1))</formula> 
 | 
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> 
 | 
    <label>是否匹配计划</label> 
 | 
    <precision>18</precision> 
 | 
    <required>false</required> 
 | 
    <scale>0</scale> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Number</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |