<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Unform_employe_Check</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>(isnew() || TEXT(Status__c) = '草案中') 
 | 
&& $User.isFormal_Stuff__c ==true &&  
 | 
ISBLANK(Old_Consum_Apply__c)</errorConditionFormula> 
 | 
    <errorMessage>试用期内,不能申请。</errorMessage> 
 | 
</ValidationRule> 
 |