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 ),'OK','无欠品','欠品','有欠品'+IF(Lost_item_giveup__c,'-放弃',''),'')*/</description>
| <externalId>false</externalId>
| <formula>CASE(TEXT(Check_lost_Item__c ),'OK','','欠品','欠品'+IF(Lost_item_giveup__c,'放弃',''),'')</formula>
| <label>欠品确认结果-放弃欠品回收</label>
| <required>false</required>
| <trackHistory>false</trackHistory>
| <trackTrending>false</trackTrending>
| <type>Text</type>
| <unique>false</unique>
| </CustomField>
|
|