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

enabling fields under certain conditions


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

Recommended Posts

Posted

Is there a way to only enable certain fields to be entered under certain conditions? For instance, if I have a field specified as a pull-down list with options 1, 2, and 3. And I only want certain other fields to be able to be edited when option 1 is chosen. Then other fields can only be edited when option 2 is chosen. Etc.

Thanks.

Posted

Cricket,

There are a couple of choices.

1) Script it. Use a botton/script to take the user to another layout with only the fields to be edited.

2) Use a visibility trick. If the fields are in the portal they will not be visible until the relationship is created. You can use a boolean test to create the relationship. There are a couple of examples on www.databasepros.com (search word "visibility").

  • 3 weeks later...
Posted (edited)

Third option. Format the field that is to be or not to be entered (field : as not enterable. Then buttonize it as an "if then go to" statement. (if field A =1, go to field :

Edited by Guest

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