| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>check_this_month__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>if(Forecast_this_month_formula__c!= text(OpportunityId__r.Forecast_this_month__c),false, | 
| if(NM_Forecast_formula__c!=text(OpportunityId__r.NM_Forecast__c),false, | 
| if(NM_Forecast__c!= OpportunityId__r.NM_Forecast_onemonth_before__c,false,true)))</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>一致检查</label> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Checkbox</type> | 
| </CustomField> |