How to process child collection rows

This ‘How-to’ provides information on how to process rows in a child collection.

The following development process demonstrates how to set an attribute of a property on all the rows in a child class.

Code to process rows in a child collection should go under the 'CURPTH' class path for the corresponding child collection, rather than under the main class. For example:

It is recommended to use the first method to avoid unnecessary loops and avoid dealing with indexes in a collection.