buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
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>RNS_Status__c</fullName>
    <externalId>false</externalId>
    <formula>IF(ReceivingNoteDetail_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(NOT(ISBLANK(Received_Confirm_Time__c)) &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>