Li Jun
2022-04-27 24fda5246494953a232b37547fb50bde77bd9886
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>LostPro_And_Abandon__c</fullName>
    <description>/*20160720 modify by sunlei*/ 
/*CASE(TEXT(Check_lost_Item__c ),&apos;OK&apos;,&apos;无欠品&apos;,&apos;欠品&apos;,&apos;有欠品&apos;+IF(Lost_item_giveup__c,&apos;-放弃&apos;,&apos;&apos;),&apos;&apos;)*/</description>
    <externalId>false</externalId>
    <formula>CASE(TEXT(Check_lost_Item__c ),&apos;OK&apos;,&apos;&apos;,&apos;欠品&apos;,&apos;欠品&apos;+IF(Lost_item_giveup__c,&apos;放弃&apos;,&apos;&apos;),&apos;&apos;)</formula>
    <label>欠品确认结果-放弃欠品回收</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>