| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Repair_Product_Input_Day</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>$Profile.Id != '00e10000000Y3o5' /* 系统管理员 不报错 */  | 
| &&  | 
| $Profile.Id != '00e10000000dEQx' /* GPI 系统管理员 不报错 */  | 
| &&  | 
| AND ( ISBLANK( Send_To_RC_Date__c ) , OR(Text(On_site_repair__c) = "RC修理",Text(On_site_repair__c) = "直送SORC修理",Text(On_site_repair__c) = "直送OGZ修理"))</errorConditionFormula> | 
|     <errorDisplayField>Send_To_RC_Date__c</errorDisplayField> | 
|     <errorMessage>RC修理,直送SORC修理和直送OGZ修理的话,必须要输入3.修理品RC寄送日。</errorMessage> | 
| </ValidationRule> |