TOCTypeOutputChannel
- Class Name:
- com::liquent::insight::manager::publisher::data::outputchannels::TOCTypeOutputChannel
Note: The
TOCTypeOutputChannel is a specific class that is related to the "Output Channel" UI multiselect field of the TOC Type UI element. Therefore, you need to declare as many
TOCTypeOutputChannel classes in Assembly XML for each
TocType class as you need to select the "OutputChannel" values for the corresponding
TocType class. For example, if you want to select
ELEC and
PAPER for the current
TocType class, then you need to create two
TOCTypeOutputChannel classes. One for
ELEC (the outputChannelTypeId field value is ELEC), one for PAPER (the outputChannelTypeId field value is PAPER) and associate both to the current
TocType class (value of the tocTypeId field is value of id field of this TocType class).
| Field Name | Field Type | Matching UI Field | Req (Y/N) | Description | Acceptable Values | Default Value |
|---|---|---|---|---|---|---|
| id | long | Y | Unique TOCTypeOutputChannel ID represented by numerical value. This field is used to link classes within Assembly XML. This value will be used to populate corresponding fields in child classes. This ID will be replaced by the database ID in the imported assembly. | |||
| outputChannelTypeId | long | Output Channel | Y | Defines what Output channel to use within the published output. |
|
|
| tocTypeId | long | Y | Value of the ID field of TocType class. | |||
| changeReasonComment | string | N | This field is not used for import. | |||
| changeReasonTypeId | long | N | This field is not used for import. |