| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Follow_pcl_status3__c</fullName> | 
|     <description>取询价中,”状态2(文本)“,目的是为了较少字符上限 | 
| 课题:SWAG-C494E7</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF(ISBLANK(Follow_UP_Opp__c),"", | 
|   | 
| Text(Follow_UP_Opp__r.StageName) & " : " & Follow_UP_Opp__r.Status_Formula_Text__c)</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>跟进询价状态(辅助)</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |