How do I create the Session Value for UserLevel?
I'm creating something similar to what has been discussed on this thread. My one hang up at this point is on the Login page, when modifying the SecuityAssist: Authenticate User panel, I'm not able to get a value for the UserLevel. Connection and table are correct, and I can add UserLevel Column from the DB table as expected, but clicking on the dynamic button for value leaves me without an option I would expect. I find the userID session under sessions, but I find no field matching the UserLevel that exists in the DB table. Do I need to create some kind of record set when they submit the login or something to then pull the proper UserLevel from?