In my User object, I created a picklist field Asset_Manager_Group__c with values below
Group A
Group B
On opportunities I have a Checkbox field User_Group__c
In Opportunities, I am trying to figure out how to create a Validation Rule when a record Asset_Manager_Group__c in User object is Group A the User_Group__c in the Opportunities object = False. Conversely when the Asset_Manager_Group__c in User object is Group B, then User_Group__c in the Opportunities object = True.
I appreciate the help.
For
15 answers
Jon,
thank you very much. this workflow rule critieria works excellent!