| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>IsForecastShipping__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF((Year(Shipping_Scheduled_Date__c)*100+Month(Shipping_Scheduled_Date__c)) | 
|     <= (Year(  DATEVALUE(CreatedDate) )*100+Month( DATEVALUE(CreatedDate) )), true, false)</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>是否本月预测发货</label> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Checkbox</type> | 
| </CustomField> |