dynamicId attribute
Specifies the ID of the table parameter.
Content Type
Parent
Remarks
See also dynamicIndex.
It is also possible to define 2 parameter groups using in and out type for a matrix. This is illustrated in the example below, where dynamicId 50 is a matrix parameter.
<ParameterGroups>
<Group id="1" name="source" type="in" dynamicId="50" dynamicIndex="*"/>
<Group id="2" name="destination" type="out" dynamicId="50" dynamicIndex="*"/>
</ParameterGroups>