usm_importer_spec

The specification of the attributes used to instantiate an importer into an importer instance.

Column Name Column Datatype Column Null Option Column Comment
importer_spec_id integer not null Specification of possible attribute values for an importer
attribute_name varchar(50) with null The name of the attribute
type varchar(50) with null Defines the type of attribute, hidden, select etc.
label_bundle_key varchar(50) with null The bundle key for the attribute label. Used if the label is not set.
label nvarchar(100) with null The label of the attribute
default_value nvarchar(255) with null The default value of the attribute
is_required char(1) with null Specifices whether the attribute is required or not.

Y - the attribute is required N - optional attribute

importer_id integer with null The unique identity of the importer

Product Name: Unicenter Service Management

Table Type: Table

Relationships:

Primary Key Related Table Related Column
importer_spec_id usm_importer_spec_value importer_spec_id
importer_spec_id usm_import_attribute importer_spec_id


Copyright © 2006 CA. All rights reserved.