| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>OPDBuchang__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF( NOT((ISPICKVAL(Owner:User.Dept__c, '能量事业本部') | 
| || ISPICKVAL(Owner:User.Dept__c, '医疗东北营业本部') | 
| || ISPICKVAL(Owner:User.Dept__c, '医疗华东营业本部') | 
| || ISPICKVAL(Owner:User.Dept__c, '医疗华南营业本部') | 
| || ISPICKVAL(Owner:User.Dept__c, '医疗备品管理中心') | 
| || ISPICKVAL(Owner:User.Dept__c, '医疗服务本部') | 
| || ISPICKVAL(Owner:User.Dept__c, '消化·呼吸领域解决方案本部') | 
| )) | 
| ,'' | 
| ,IF(AND(!ISBLANK(Old_Rental_Apply__c),ISBLANK(OriginalOpdPlanApplication__c)) | 
|     ,OPDBuchang_Text__c | 
|     ,IF(!ISBLANK(OPDBuchangApprover__c) | 
|         ,OPDBuchangApprover__c | 
|         , | 
|         IF(OR( AND(!ISBLANK(Request_demo_day__c), Request_demo_day__c > DATE(2022,09,29)),DATEVALUE(CreatedDate) > DATE(2022,09,29))  | 
|             ,OPDBuchangApprover__c | 
|             ,if( BuchangApprovalManagerSalesSubmit__c == OPDPlan__r.BuchangApprovalManagerSales_Txt__c||( ISBLANK(Old_Rental_Apply__c) && BuchangApprovalManagerSales__c == OPDPlan__r.BuchangApprovalManagerSales__c) ,OPDPlan__r.BuchangApprovalManagerSales_Txt__c,'') | 
|         ) | 
|     ) | 
| ) | 
| )</formula> | 
|     <label>OPD计划审批CL5 总监级</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |