NetTalk Central

Author Topic: Drop List item with condition  (Read 3382 times)

jking

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
    • Email
Drop List item with condition
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Drop List item with condition
« Reply #1 on: September 11, 2018, 10:31:35 PM »
you could change the condition I guess.
Level >= 100 or form in view-only mode?

Matthew51

  • Full Member
  • ***
  • Posts: 151
    • View Profile
    • Email
Re: Drop List item with condition
« Reply #2 on: September 27, 2018, 02:36:37 PM »
Change the condition to p_web.GetSessionLevel() > 100 OR [variablename] = 'Completed'
Contractor with 10+ years of NetTalk experience looking for work.
www.linkedin.com/in/matthew-leavitt
BisWare.ca
Check out my free EasyTime Template