defaultSelectionField attribute
Specifies the name of the field for which default selection should be applied.
Content Type
Parent
Remarks
If the specified selection filter only has one item, then it will automatically be selected.
The selection is done automatically when the chain tab is opened in the EPM element, and after all filters are cleared.
Note
This option should only be set on filters where the number of results is always very limited.
Examples
<Protocol xmlns="http://www.skyline.be/protocol">
<Chains>
<Chain name="MyChain" defaultSelectionField="MyField" groupingName="MyChainGroup">
...
</Chain>
</Chains>
...
</Protocol>