| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>GI_Diff_Must_Input</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>Salesdept__c = '消化·呼吸内镜事业本部' && ISBLANK(TEXT(GI_Diff__c)) && $User.ProfileId <>'00e10000000Y3o5' && NOT($User.Batch_User__c)</errorConditionFormula> | 
|     <errorDisplayField>GI_Diff__c</errorDisplayField> | 
|     <errorMessage>GI本部必须选择本部区分</errorMessage> | 
| </ValidationRule> |