<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>CannotUpdate</fullName>
|
<active>true</active>
|
<description>LZHU-BUYC3A,去掉 备品出借省(Internal_in_charge_province__c)的检查</description>
|
<errorConditionFormula>NOT(ISNULL(Open_day__c)) && (!ISCHANGED(Status)&&(ISCHANGED(Name2__c) || ISCHANGED(WorkshopPlace__c) || ISCHANGED(Society_Type__c) || ISCHANGED(Workshop_category__c) || ISCHANGED(Open_scope__c) || ISCHANGED(Sponsor_Ones_Post__c) || ISCHANGED(OfficeCategory__c) || ISCHANGED(OfficeCategoryOther__c)||(ISCHANGED(StartDate)||ISCHANGED(EndDate) || ISCHANGED( Meeting_Approved_No__c ) || ISCHANGED( IF_Approved__c ))))
|
&& (!$User.Batch_User__c )</errorConditionFormula>
|
<errorMessage>领导批准后不可以编辑</errorMessage>
|
</ValidationRule>
|