Jump to content
Server Maintenance This Week. ×

Filemaker access privilege issue


This topic is 4558 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

This topic is 4558 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.