| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Approval_part_of_the_name__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF(NOT(ISBLANK(TongkuoZongjian_approval_time__c)) | 
| || (NOT(ISBLANK(ZongjianManager_approval_time__c)) && ISBLANK(RA_TongkuoZongjian_F__c)) | 
| || (NOT(ISBLANK(BuchangManager_approval_time__c)) && ISBLANK(RA_ZongjianApprovalManager__c) && ISBLANK(RA_TongkuoZongjian__c)) | 
| || (NOT(ISBLANK(SalesManager_approval_time__c)) && ISBLANK(RA_BuchangApprovalManagerSales__c) && ISBLANK(RA_ZongjianApprovalManager__c) && ISBLANK(RA_TongkuoZongjian__c)) | 
| , '备品中心待确认', '申请')</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>审批件名部分</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |