August 12, 200817 yr Is there a script step or function that shows if a user is accessing the database via IWP? I've tried Get(ApplicationVersion) without any luck. I want anyone logging in via IWP to be directed to a specific layout. Thanks!
August 12, 200817 yr Author Nevermind. I was using the Get(ApplicationVersion) in a calculation field as a test and it was not working properly. Adding Get(ApplicationVersion) to the opening script worked fine.
August 13, 200817 yr The problem was probably that the calc field was set to be stored, so it never re-calculated. Calculation fields with Get() functions generally need to be unstored.
Create an account or sign in to comment