Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Nested Replicants
Paul
First is there a limit to the number of nested replicants one can have?
What I need to do is to build an outline kind of thing where there could be a top level element and then under that many sub-elements which could also have many sub-elements
Sort of like this
TOP ELEMENT
Sub-element
Sub-element2
Sub-element2
Sub-element2
Sub-element
Sub-element2
Sub-element2
Sub-element2
Sub-element2
Sum-element
Sub-element2
My datacapture.cfg for this looks like this:
<item name="Relationship Managers">
<replicant max="1" default="1">
<item name="RM">
<replicant max="100">
<item name="Area">
<text required="f" size="30"></text>
<replicant max="100" default="1">
<item name="Name">
<text required="f" size="30"></text>
</item>
</replicant>
</item>
</replicant>
</item>
</replicant>
</item>
Find more posts tagged with
Comments
Paul
I got it thanks