Associate Choices to ATONavigationFilter
The ATONavigationFilterChoiceLink loader can be used to associate choices to an ATONavigationFilter.
XML Format
<csvATONavigationFilterChoiceLink handler="com.ptc.windchill.option.load.Loader.createATONavigationFilterChoiceLink">
<csvchoiceName>choice_name</csvchoiceName>
<csvDerived>false</csvDerived>
<csvSelectionOrder>0</csvSelectionOrder>
</csvATONavigationFilterChoiceLink>
Attributes for csvATONavigationFilterChoiceLink
Attribute
Description
Required or Optional?
csvchoiceName
Choice name.
Optional
csvchoiceNumber
Choice number.
Optional
csvoption
Option name for which the choice was defined.
Optional
csvoptionNumber
Option number for which the choice was defined.
Optional
csvcontainerPath
Container path.
Optional
csvDerived
Boolean flag indicating whether the choice should load as a derived choice.
Should be included but does not require a value.
csvSelectionOrder
Numeric indicator indicating the order of the choice selection.
Should be included but does not require a value.
* 
While both csvchoiceName and csvchoiceNumber are optional attributes, you must specify at least one of them.
Example
<csvATONavigationFilterChoiceLink handler="com.ptc.windchill.option.load.Loader.createATONavigationFilterChoiceLink">
<csvchoiceName>Red</csvchoiceName>
<csvDerived>false</csvDerived>
<csvSelectionOrder>0</csvSelectionOrder>
</csvATONavigationFilterChoiceLink>
Was this helpful?