Here’s the area of concern within a form:
Please enter sensitive additional information below - will not be released to the Public:
[SensitiveInfo (rich text)]
Please enter sensitive attachments below (in PDF format only).
[SensitiveAttachment (rich text)]
Okay, get this. Each of the above two text areas and two fields have the same exact Hide When formula, that is:
@IsNotMember(Originator:MySelectiveUsers;@Name([CN];@UserName))
I am not the Originator nor am I a member of MySelectiveUsers yet I can see the pdf file that was placed in the SensitiveAttachment field. I CAN’T see the text - which is correct, I shouldn’t be able to see ANY of them. I also cannot see the SensitiveInfo field if I CTRL-E to edit but I can see the darn SensitiveAttachment.
These items were in a Section with that same exact Hide When formula but the Section remained hidden whether a user was a member of MySelectiveUsers or not so I had to remove the Hide When for the Section.
I created an Action so I could see the results of @Name([CN]; @UserName) and the result was as expected.
Why is the same exact formula (yes, I tried cutting and pasting from the areas where it is working to the areas where it isn’t) reacting differently on different fields and text on the same form? Can anyone help?
Thanks.