| 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>Fixture_Name_F__c</fullName> |  |     <externalId>false</externalId> |  |     <formula>IF(Not(ISBLANK(Asset__c)), Asset__r.Name |  | , IF(Not(ISBLANK(Fixture_Set_Detail__c)), Fixture_Set_Detail__r.Name_CHN__c |  | , FSD_Name_CHN__c |  | ))</formula> |  |     <label>备品名称(现在)</label> |  |     <required>false</required> |  |     <trackTrending>false</trackTrending> |  |     <type>Text</type> |  |     <unique>false</unique> |  | </CustomField> | 
 |