November 25, 201510 yr Newbies Hello, How can one find the LastLogon timestamp of a user logging on a Filemaker file? is there a specific script for this?
November 25, 201510 yr There is no built-in feature for this; you have to manage it yourself. You could use the OnFirstWindowOpen Script Trigger to run a script that creates a record in a table when the file is opened. That table could have the user's account name and current timestamp, which you could then use to find a users "LastLogon".
November 25, 201510 yr Also, if the file is hosted with FileMaker Server, you can get this from the server logs. Welcome to FMForums.
Create an account or sign in to comment