高章伟
2022-05-16 2e38b5c0b5e2ce302aed60be311f1c56986b1c06
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>RN_Status__c</fullName>
    <externalId>false</externalId>
    <formula>IF(ReceivingNoteSummary_Cnt__c &gt; 0,
    IF(Wei_Arrival_in_wh_Cnt__c == 0, &apos;已入库&apos;,
        IF(Wei_Arrival_wh_Request_Cnt__c == 0, &apos;已入库指示&apos;,
            IF(Wei_DataConfirmationAgain_Cnt__c == 0, &apos;待入库指示&apos;,
                IF(Wei_Inspection_Cnt__c == 0, &apos;已验收&apos;,
                    IF(Wei_Acceptance_Cnt__c == 0, &apos;已清点&apos;,
                        IF(Wei_Received_Confirm_Cnt__c == 0 &amp;&amp; Wei_DataConfirmation_Cnt__c == 0, &apos;已收货确认&apos;,
                            IF(Wei_DataConfirmation_Cnt__c == 0, &apos;已数据确认&apos;,
                                &apos;待数据确认&apos;
                            )
                        )
                    )
                )
            )
        )
    )
    , &apos;待数据确认&apos;
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>收货清单状态</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>