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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Inventory_Status__c</fullName>
    <description>CHAN-BW7CUB
“库存状态”建议修改为“产品状态”或“追溯状态”</description>
    <externalId>false</externalId>
    <formula>if(SummonsForDirction_det__c=&quot;直接销售给医院&quot;,&quot;直销到医院&quot;,
if(SummonsForDirction_det__c=&quot;医院试用&quot;,&quot;给医院试用&quot;,
if(SummonsForDirction_det__c=&quot;销售给二级经销商&quot;,&quot;给二级到医院&quot;,
if(SummonsForDirction_det__c=&quot;互相调货&quot;,&quot;互相调货&quot;,
if(Lose_Flag__c=True,&quot;丢失&quot;,
if(Dealer_Arrive__c=False,&quot;未到经销商&quot;,
if(Dealer_Arrive__c=True,&quot;经销商库存&quot;,&quot;不详&quot;)))))))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>追溯状态</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>