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

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

Recommended Posts

Posted (edited)

Not sure if this is the right forum for this, but here goes.

I know how to make a record conditionally editable by using Custom Privileges in the Privilege Set dialog, but how can I make only one field conditionally editable?

For example, I have a text field (Field A)and a numeric field (Field :). I only want to allow editing of Field A when, say, Field B > 10. How can I do this?

Thanks in advance ...

Edited by Guest
Posted

One option is to not allow entry into the field, and then set the field as a button with a script:

If(Field B > 10)

Go to Field(A)

Else

Beep or whatever

End If

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