binxie
2024-01-16 4d3febe8045eb0fa0283af3c53b0c48344b8664d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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)), &apos;09取消&apos;,
    IF(NOT(ISNULL(LostDate__c)), &apos;08失单&apos;,
        IF(AND(NOT(ISNULL(InquiryShipmentDate__c)), NOT(ISNULL(InquiryPreliminaryReviewDate__c))), &apos;07成交&apos;,
            IF(OR(NOT(ISNULL(InquiryShipmentDate__c)), NOT(ISNULL(InquiryPreliminaryReviewDate__c))), &apos;07部分成交&apos;,
                IF(NOT(ISNULL(RelatedInquiryDate__c)), &apos;06关联询价&apos;,
                    IF(NOT(ISNULL(VisitingDay__c)), &apos;05已拜访&apos;,
                        IF(NOT(ISNULL(Follow_up_Day__c)), &apos;04跟进中&apos;,
                            IF(OR(NOT(ISNULL(AwarenessDay__c)), NOT(ISNULL(DoNotknowtheday__c))), &apos;03项目确认&apos;,
                                IF(NOT(ISNULL(Customer_association_date__c)), &apos;01关联医院&apos;,
                                    IF(NOT(ISNULL(CreatedDate)), &apos;00未跟进&apos;, &apos;00未跟进&apos;)
                                )
                            )
                        )
                    )
                )
            )
        )
    )
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>内部状态2</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>