| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Inquiry_Promotion_Formula__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF(!ISBLANK(Bollow_Date__c)&&TEXT(demo_purpose2__c)=='试用(有询价)'&&!ISBLANK(Follow_pcl_status2_Text__c) &&  | 
| Inquiry_Status_Now__c >Inquiry_Status_History__c | 
| &&  ( Follow_pcl_status3__c  <> '削除 : 17 取消' && Follow_pcl_status3__c  <> '敗戦 : 18 失单'  ) ,true, false)</formula> | 
|     <label>试用后询价推进(新)</label> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Checkbox</type> | 
| </CustomField> |