| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>ApplyMust_UseFailProductFinish</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>$Profile.Id != '00e10000000dzzG' /* GPI_系统管理员New 不报错 */  | 
| && | 
| $Profile.Id != '00e10000000dEQx'  | 
| &&  | 
| $Profile.Id != '00e10000000Y3o5' /* 系统管理员 不报错 */  | 
| &&  | 
| $User.Id != '00510000000fSYI' /* Batch User 不报错 */ | 
| &&OR(Text( QIS_Status__c )=='FSE填写完毕',  | 
| Text( QIS_Status__c )=='申请中')   | 
| && TEXT(Is_Used_For_The_Opera__c)=''  | 
| &&OR(TEXT(Which_Project__c)='a.手术',TEXT(Which_Project__c)='b.检查')</errorConditionFormula> | 
|     <errorDisplayField>Is_Used_For_The_Opera__c</errorDisplayField> | 
|     <errorMessage>必须填写是否用该产品完成了手术/检查</errorMessage> | 
| </ValidationRule> |