November 16, 201015 yr Newbies Hi. Thanks for your help. I need an action to be performed based on a login name. Example, if Jane Smith logs in, I want a script titled Jane Smith to run. If Tom Brown logs in, I want a script titled Tom Brown to run. Edited November 16, 201015 yr by Guest Version 9
November 16, 201015 yr Use a startup script, and the Get( AccountName ) function in an If statement to call the correct script. However, if Jane and Tom are different "roles" then instead of using the account name, create different privilege sets for each and use the corresponding privilege set function to determine which script to run.
November 16, 201015 yr Idudek appears to be on FMP5 - I don't think that Get (functions) existed then. What were they called?
November 16, 201015 yr Author Newbies Hi Sorry, I am using version 9, not sure why it is displayed as version 5 in the left column. Thanks for your help
Create an account or sign in to comment