Must_Is_DeptClas
    true
    必须填写该医院下的战略科室
    $User.ProfileId <>'00e10000000Y3o5' 
&& 
NOT($User.Batch_User__c) 
&&
Isnew() && OR ( 
/* 看父记录,是医院,没有选相应的战略科室 ==> 报错 */ 
AND(Account__r.Parent.Parent.RecordTypeId = "01210000000QemG", 
Account__r.ParentId <> Strategic_dept__c 
) 
)
    Strategic_dept__c
    请选择相对应的战略科室