March 24, 201312 yr Newbies I've run into a problem with a script when accessing the database through IWP. The script runs when users log on, and directs them to various layouts and sub-scripts, depending on their privilege set. The problem is that users with a Full Access privilege set aren't being handled properly: rather their treated like the other privilege option (Customer). When I access the database hosted locally on my machine, the script works in IWP, and there aren't any script steps that aren't supported by IWP. The script step reads: If ( Get ( AccountPrivilegeSetName ) = "[Full Access]" then go to layout, etc. I've placed a field on the 'starting layout' to show the Privilege Set and it shows up as it should ('[Full Access]'). Any help anyone can give would be appreciated. Thanks! Nur
March 25, 201312 yr You'll probably have to post your entire script to get a useful response. I suspect the problem isn't where you think it is, but there is too little information to say for sure.
Create an account or sign in to comment