Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I've added a script trigger on entry to a specific field. If the user does not have permission to edit, they're provided with a dialogue and can't enter. However if they do have permission the field is selected and then exited. How do I let authorized users remain in the field and continue editing?

Here's the code:

If [ Get (ScriptResult ) = Null ]

Show Custom Dialogue ["No permission to edit!"]

Halt Script

End If

Much appreciated.

Posted

Why do you need a script trigger, or a script at all? If they are not authorized to edit the field, they will get an error message as soon as they try to.

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