<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>ProjectStatus2__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(NOT(ISNULL(CancelDay__c)), '09取消',
|
IF(NOT(ISNULL(LostDate__c)), '08失单',
|
IF(AND(NOT(ISNULL(InquiryShipmentDate__c)), NOT(ISNULL(InquiryPreliminaryReviewDate__c))), '07成交',
|
IF(OR(NOT(ISNULL(InquiryShipmentDate__c)), NOT(ISNULL(InquiryPreliminaryReviewDate__c))), '07部分成交',
|
IF(NOT(ISNULL(RelatedInquiryDate__c)), '06关联询价',
|
IF(NOT(ISNULL(VisitingDay__c)), '05已拜访',
|
IF(NOT(ISNULL(Follow_up_Day__c)), '04跟进中',
|
IF(OR(NOT(ISNULL(AwarenessDay__c)), NOT(ISNULL(DoNotknowtheday__c))), '03项目确认',
|
IF(NOT(ISNULL(Customer_association_date__c)), '01关联医院',
|
IF(NOT(ISNULL(CreatedDate)), '00未跟进', '00未跟进')
|
)
|
)
|
)
|
)
|
)
|
)
|
)
|
)
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>内部状态2</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|