Jump to content

Replacing an FM default error message ("Your access privileges...") with a custom one?


Rich S

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

Recommended Posts

In my runtime solution, I'd like to use a less terse message than FM's default one, "Your access privileges do not allow you to perform this action", when someone tries to change a field's contents when they don't have the appropriate privilege level. However, I can't think of a calc to do that; I don't think a script would be of much help in this instance...but as usual, I may be wrong. (There are about 70 fields in the runtime solution where I'd like to do this.)

I thought of using the Set(ErrorCapture) command but don't know how I'd implement it in a non-script environment.

As always, TIA for your help!

Link to comment
Share on other sites

Well, you could script your navigation so that based on priv set, the user is either taken to a layout that lets them edit fields or to a "locked down" layout that is view only (use Set Field Behavior).

Link to comment
Share on other sites

This topic is 6043 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.