NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: jking on September 11, 2018, 06:05:38 AM
-
I have a drop list that has one item set with a condition. See the attached image. User A has a level of 100 (Administrator). User B has a level of 50 (Staff). The condition prevents user B from seeing the last item in the drop list which is 'Completed'. User A can see the item and choose it to fill the target field. However, when User B goes to the form in View Mode, the field is blank. I believe this is normal behavior but would like to know if there is a workaround so user B can see the field entry even when the drop list does not display the item.
One way I have thought of is to have two fields that display this status, one is a Drop, the other is a string. I can then hide the drop and display the string for User B. Any other alternatives?
Thanks,
Jeff King
-
you could change the condition I guess.
Level >= 100 or form in view-only mode?
-
Change the condition to p_web.GetSessionLevel() > 100 OR [variablename] = 'Completed'