| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Request_dairy_report_no</fullName> | 
|     <active>false</active> | 
|     <errorConditionFormula>Text(Status__c) = '申請中' && ( | 
| /* OPD・跟台 */ | 
| (RecordTypeId = '01210000000Qekj' && Isblank(Daily_Report__c)) | 
| )</errorConditionFormula> | 
|     <errorDisplayField>Daily_Report__c</errorDisplayField> | 
|     <errorMessage>必选日报号码</errorMessage> | 
| </ValidationRule> |