| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Repair_CheckFixture_True_When_GZPaicha</fullName> | 
|     <active>true</active> | 
|     <description>不满足故障排查目的</description> | 
|     <errorConditionFormula>OR(ISNEW(), RA_Status__c == '草案中') | 
| && ISPICKVAL(demo_purpose2__c, '故障排查') | 
| && NOT(Repair__r.IfCheckFixture__c)</errorConditionFormula> | 
|     <errorMessage>不满足故障排查目的</errorMessage> | 
| </ValidationRule> |