Repeating Sections Field Names

J

JaD

Hi All.
If you add a repeating section programatically i.e. the script.js file using

XDocument.View.ExecuteAction("xCollection::insert" ... etc

What will be the name of the resultant controls inside?
I have a Repeating section with a table inside that has three fields. Duh I
should have used a repeating table I guess, but I am new..ha.

so if the section has a field called txtSerialNumber, when the repeating
section is added, what will be the name of the new txtSerialNumber?

will it be txtSerialNumber_1 ?
or txtSerialNumber[1]

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top