Newbies jhahn Posted January 18, 2007 Newbies Posted January 18, 2007 I know that you can create a privilege set called IWP and you can set that privilege set to only have access to certain scripts/layouts etc. Or you can use the fmiwp extended privileges. What I am wondering is if there is a way to actually detect how a user is logged in, rather than using a privilege set. I want to simply put conditional statements in a script basically with the effect of: If user is logged in via IWP, do this, otherwise, do this. The reason I need to do this is because my boss only wants to have one set of scripts to maintain. In other words, we don't want to have 1 set of scripts for IWP and 1 set for regular login Here is how we want it set up. IWP access will be the default access for everyone. People who need special features that aren't available with IWP (certain things don't work and/or are buggy with IWP, it's not perfect) will have a special privilege set to access the app via an FM client rather rather than IWP. However, any user that can access the app via a client should also be allowed to access via IWP. So all users can access via IWP, and certain users will also have access via the FM network.
Wim Decorte Posted January 18, 2007 Posted January 18, 2007 You can do that with the "Get(ApplicationVersion)" function. It will return a string that starts with "Web" for users that come in through IWP and CWP.
Recommended Posts
This topic is 6788 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now