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

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

Recommended Posts

Posted

Hello - I would like to have a script where the user can automatically be prompted to enter a month from a value list and that answer will update an auto enter field from define database. I know that it can open the entire define database but I don't want them to be able to make changes to the other fields - in short making it fool proof! Thank you.

Posted

Hello - I would like to have a script where the user can automatically be prompted to enter a month from a value list and that answer will update an auto enter field from define database.

I think you want to make a global storage field. Have the user fill in its value with a value list. Make your auto-enter value fill in using a calculation with the value of this global field.

Posted

I presume that you want to edit the value that the auto-enter feature uses for new records. Your current situation is that a field (e.g. TheMonth) is configured to have an auto-enter value of Data: "January".

Create a text field named gAutoEnterMonth

Make its Storage setting to be Global.

Edit the auto-enter options for the field TheMonth.

Make it auto-enter calculated value with the calculation = gAutoEnterMonth.

Put gAutoEnterMonth onto a layout for the user. Let the user fill in its value using a value List.

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