| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Required_Appeal_Point</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>Text(Status__c) = '申請中' && ( | 
| /* OPD・跟台 */ | 
| (RecordTypeId = '01210000000Qekj' && Isblank(Appeal_Point__c) | 
| ) | 
| )</errorConditionFormula> | 
|     <errorDisplayField>Appeal_Point__c</errorDisplayField> | 
|     <errorMessage>实际目的・诉求点必填</errorMessage> | 
| </ValidationRule> |