Skip to main content
I have 7 different page layouts for a custom object.  I would like to fire a validation rule on only one of the page layouts.  How do I indicate that the following validation rule is only valid for one page layout?

 

AND(  Math_Data_Available__c = true,  Math_Data_Location__c = null)
5 answers
0/9000