AgentsSka Posted November 1, 2011 Posted November 1, 2011 I have a multi-user database in Filemaker. I frequently use AppleScript to automate tasks between several databases. tell application "Filemaker Pro" tell document "theDatabase.fp7" tell layout "National Geo" go to set artNumber to cell "NG_ArtID" end end end When I run the above script as a user, I get "Filemaker Pro got an error: Your access privileges do not allow this action." The user account has full access to that layout and to the table that ALL of the fields on that layout are from. When I run as an admin, I do not get the error. Any idea what access privilege might not be set properly?
AgentsSka Posted November 4, 2011 Author Posted November 4, 2011 Interestingly, to get data out of filemaker, the user's account has to allow for the exporting of records. Once, this is enabled I can get data from filemaker fields just fine.
Recommended Posts
This topic is 4766 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