Hi,
To start off, I only have SharePoint OTB (no workflow access) and InfoPath.
I have a custom list in SharePoint that uses an InfoPath form.
I have my form all built out... but here is my issue.
At the bottom of my form, I have an 'Authorized User Section' for only managers to use. In this section, there is only a People Picker for the manager to put their ID and two radio buttons. In addition, I added a single line of text field that has this formula substring-after(AccountId, "\"). This formula pulls the actually UserID from the string so thats I all I see in the field. I do NOT show this field in my form for users to see.
But my question is... I'm trying to put a Rule on the radio buttons for user verification.
Meaning, I know for a fact I have 3 Managers. When one of those managers put their UID in the People Picker and my UserID text box returns "U68738".. I want to put a validation rule on my radio button to say if the UserID field does not have one of the three managers ID, then make it an Error (Red).
I can put one userID in the Rules if statement, but the next 'Or' piece will not work.