Hijack Posted September 16, 2009 Posted September 16, 2009 Is it possible to list all active accounts in FileMaker via a script?
Fenton Posted September 16, 2009 Posted September 16, 2009 No, not directly. I believe FileMaker would consider that a security risk. It is possible to get them from the DDR (Database Design Report).
bcooney Posted September 16, 2009 Posted September 16, 2009 And so that is why it is nice to script an Accounts front-end based on a Staff table, storing Account Name in the Staff record.
Steven H. Blackwell Posted September 16, 2009 Posted September 16, 2009 This probably can be done server side in Server 10. But why are you wanting to do this? Steven
Hijack Posted September 17, 2009 Author Posted September 17, 2009 This probably can be done server side in Server 10. But why are you wanting to do this? Well, if you have any accounts management function in the user GUI you kind of need to see what accounts are already there before you try to create new ones. Essentially I need to extend to normal users the ability to add accounts for other users to log in to the database. They should be able to see the active accounts list to determine user names that are already in the system. I can certainly do that by maintaining a "users" database but I was hoping to directly query the database accoutns list and just build a list via a script.
Recommended Posts
This topic is 5544 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