January 18, 200719 yr Newbies 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.
January 18, 200719 yr 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.
Create an account or sign in to comment