| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>check_SaveIMF_AE_PAE</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>AND(text(QIS_Status__c)!='草案中', | 
| text(QIS_Status__c)!='申请中', | 
| text(QIS_Status__c)!='FSE填写完毕', | 
| text(QIS_Status__c)!='取消')&& | 
| or(isnull(Text(isAE_Profile__c)),isnull(Text(isPAE_Profile__c)),isblank(Text(isAE_Profile__c)),isblank(Text(isPAE_Profile__c)))&& $Profile.Id =='00e10000000eFwF'</errorConditionFormula> | 
|     <errorDisplayField>isAE_Profile_Date__c</errorDisplayField> | 
|     <errorMessage>请补全是否是AE,PAE</errorMessage> | 
| </ValidationRule> |