Jump to content

ScriptTriggers to prevent modification of fields (radio buttons / check boxes)


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

Recommended Posts

I can prevent modification of individual text fields on a layout by using the OnObjectEnter ScriptTrigger to sense when the user enters a particular field to redirect the user.

This doesn't work with radio button or check box fields because these fields are already modified by the time the OnObjectEnter ScriptTrigger fires.

How can I prevent modification of individual fields (especially radio-button/check-box fields) of a layout without using record locks?

Link to comment
Share on other sites

Hi jansenw,

Have you considered just using field control Behavior and disallow entry in Browse or Find mode on that particular example of the field? Of course you'll have to provide SOME way SOME time to allow modification (on different layout) but you haven't said when or why you want to prohibit entry. :wink2:

LaRetta

Link to comment
Share on other sites

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