Hello,
I am looking for a way to allow 2 (maybe more) users and or groups to be valid in a validation rule at the same time. This particular use case can be described as a user and a group of managers should be able to edit an “Request status” field on a project record. Is that possible?
I ask this question as I am not able to find a way to set up 2 rules which covers the same field without them conflicting each other. For example, I am able to set up 2 independent rules for the user/group to edit the field in question perfectly fine.
Rule 1, the user can update fields they need (Timeline, Request status, etc….)
Rule 2 , the manager can update their fields (Request status, Client name, etc…)
But if I make these rules, enable both and then act as the manager to make changes I get the user rule error message, and vice versa when acting as the user and make changes to the field I get the manager rule error message. Each works fine with other fields when enabled.
Due to have conflicting validation my “solution” is to set a rule that cover both the user and the groups access in 1 rule.
Is there a syntax I should use rather then just "or” between the 2 rules which the formulas box says is valid? [User who triggered Rule] != [Step 1 Projects].[Project lead] or [User who triggered Rule].Groups.Filter(Name = “Project Managers”).Count() = 0
I am lost as to where I may have mis-stepped or overlooked something. Though I do realize validation rules are rather new and this maybe more bug/issue then help question.
Thank you for any help you can provide!