| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Required_OPD_Summarize</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>Text(Status__c) = '申請中' && ( | 
| /* OPD・跟台 */ | 
| (RecordTypeId = '01210000000Qekj' && Isblank(OPD_Summarize__c)) | 
| )</errorConditionFormula> | 
|     <errorDisplayField>OPD_Summarize__c</errorDisplayField> | 
|     <errorMessage>此次OPD总结必填</errorMessage> | 
| </ValidationRule> |