SYNTAX:
xpfCreateNestedAggrByIterator (iterator : GENERIC) newAggregateId : AGGREGATE OF GENERIC;
The xpfCreateNestedAggrByIterator function creates an aggregate instance and sets the created aggregate as an element in an already existing aggregate instance, i.e., a nested aggregate is the result of this operation. The already existing aggregate will be the parent aggregate of the new created aggregate and the new created aggregate will be a child aggregate of the already existing aggregate. The position of the new aggregate in the parent aggregate is specified by the <iterator> argument. The aggregateID is returned in the <newAggregateId> argument.
This function is equivalent to the EDMinterface function sdaiCreateNestedAggrByIterator.
See also xpxCreateNestedAggrByIterator.
General
Content
Integrations