January 21, 201313 yr Hi, I am trying to write a login script that works by username. If adnin logs in he goes to an admin layout and if a user logs in they go to their layout. I was using Get (username) but its not working properly. Any ideas?
January 21, 201313 yr Don't use get(username); that picks up what is set in the preferences and is not the same as the account that is used to log in. Use get(accountname) or even better get(userPrivilegeSetName) if you have groups of people that share the same rights.
January 22, 201313 yr Use get(accountname) or even better get(userPrivilegeSetName) if you have groups of people that share the same rights. I think you meant: Get ( AccountPrivilegeSetName )
Create an account or sign in to comment