Jump to content

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

Recommended Posts

Posted

Hello all. I've been trying to create a repeating field that starts off with a default value of "yes" in all the repeating fields but I've had no luck. Only the first "cell" of all the repeating field has "yes" as a default value the rest have nothing in them when the record is created. Anyone know how to set all the "cells" in a repeating field to a default value. Thanks for the help.

Posted

I suggest that you look at limiting the menu options for your users (via access privileges) so that the only way new records can be created is via a script and button you provide.

Then, you will be able to include some steps in the script which, after creating a new record, populate each of the repetitions of your field with 'yes' values.

Posted

Or you could define an global repeated field gRep with as many reps that you need and an ConstanSelf relationship constOne-->constOne where constOne is calculated as 1.

First populate the global with values that you need and than set auto enter option for your field as look up from filed gRep from relationship ConstantSelf

Dj

  • Newbies
Posted

It is strange that auto entry options do not seem to allow you to specify what to do about the field repetitions - except mybe the lookups that dj has said.

This seems the design limitation with the repeating fields. And maybe is other reason not to use them, really?

Posted

Or you could define an global repeated field gRep with as many reps that you need and an ConstanSelf relationship constOne-->constOne where constOne is calculated as 1.

First populate the global with values that you need and than set auto enter option for your field as look up from filed gRep from relationship ConstantSelf

I like this idea better, but have a question:

Would you need the relationship at all? I would think you could just auto enter the Global repeating field into the text repeating field on creation. Perhaps globals are only visible to each new record after the auto-enter commands have been completed? Havent tried, but curious.

Posted

Too bad that it will fill only the first rep.

The problem is that in auto enter calculation box is lacking option "calculated result is an repetition field" as in standard define calculation box.

Dj

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