| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Status_of_Inquiry_Promotion__c</fullName> |
| | | <description>课题:SWAG-C494E7</description> |
| | | <externalId>false</externalId> |
| | | <formula>IF(TEXT(demo_purpose2__c)=='试用(有询价)'&&!ISBLANK(Bollow_Date__c), IF(!ISBLANK(Follow_UP_Opp__c),IF(!ISBLANK(Follow_pcl_status2_Text__c)&&Inquiry_Status_Now__c=13 ,'A.成交', |
| | | IF(!ISBLANK(Follow_pcl_status2_Text__c)&&(Follow_pcl_status3__c=='削除 : 17 取消' || Follow_pcl_status3__c=='削除 : 取消' ),'E.取消', |
| | | IF(!ISBLANK(Follow_pcl_status2_Text__c)&&(Follow_pcl_status3__c=='敗戦 : 18 失单' || Follow_pcl_status3__c=='敗戦 : 失单'),'D.失单', |
| | | IF(!ISBLANK(Follow_pcl_status2_Text__c)&&Inquiry_Status_Now__c >Inquiry_Status_History__c,'B.推进', |
| | | IF(!ISBLANK(Follow_pcl_status2_Text__c)&&Inquiry_Status_Now__c<=Inquiry_Status_History__c, 'C.无变化', |
| | | '') ) ) ) ) |
| | | , '') |
| | | , '')</formula> |
| | | <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |
| | | <label>询价推进状态</label> |
| | | <length>200</length> |
| | | <required>false</required> |
| | | <trackHistory>false</trackHistory> |
| | | <trackTrending>false</trackTrending> |