<MultiSelectTable>
Section:
UI (Task Agent)
Required:
No
Value type:
None
Default:
Defined in jobconfig xml files
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag encloses the definitions to use when creating jobs for multi-selected elements. If not specified, the default element column displays the element's name.
Example
<Action java_class="com.osm.automation.action.MultiSelectCreateJobScheduleAction">
<Description catalog="automation" msg_num="118">Creates new 2D Output Task for this Drawing</Description>
<MultiSelectTable>
<ElementColumn>
<DisplayName catalog="model" msg_num="947">Drawing Name</DisplayName>
<Format>%NAME%</Format>
</ElementColumn>
<ElementColumn>
<DisplayName catalog="model" msg_num="452">Format</DisplayName>
<Format>%FORMAT%</Format>
</ElementColumn>
</MultiSelectTable>
</Action>
Was this helpful?