Jaymer
SOLVED: Just decided to duplicate the VPs. 5 mins. done
As simple as you'd think guest stuff is, there's plenty of odd questions about Guests in the forum.
In my approach, Guests are perfectly acceptable to have full access to the system - its protected by firewall so anyone who can get to it can use it without logging in.
I'm coming in via logonGuest.aw
RATHER than use a separate VP, I wanted to use my main VP as regular users. This keeps me from duplicating the menus & main content panels.
So I'd like to use the "invisible when" approach... but this isn't working.
For a content panel, I'm trying "invisible when" LoggedInRegularUser.AccessLevel = 'Guest',
but of course this doesn't work. These users aren't really logged in, and he said in a post there is no LoggedInSystemUser record.
So what is out there that I can use in a function that knows when a Guest user is in the system?
I'm thinking I may just go back to a VP for guests.