beautypg.com

Fields section, Table 7 objmgr.cfg fields section – Visara Master Console Center Administration Guide User Manual

Page 50

background image

Visara Master Console Center

50

© Visara International 2007

Fields Section

The fields section defines a set of fields. A set of fields is used for each object
type. The field “taskname” is automatically created by the system and contains
the name of the task. This field cannot be changed.
The left side of the equation is the field name. The field name may be up to 32
characters. The right side of the equation is a comma-separated list of attributes
of the field definition in the format: “attribute:value”.
Table 7 outlines the valid attribute requirements:

Attribute Legal

Values Description

order

0, 1, 2, ...

The order to display the fields on the

TaskMan screen, left to right. When
set to 0, the field is not displayed on

the OS Software Summary window.

However, it is displayed in the Field
Edit window, according to the order in

which it was defined.

wakeable

true, false

Relates to the OBJEXEC() command.

Defines if waiting scripts wakeup if
this field is changed.

type

list, string, int

The type of field.

list

For list field types, the name of valid
list defined.

length

The maximum string length for string

field types.

default

The default value for the field. This

value can be overridden by specifying
an initial value in the swlist file. If not

specified or overridden, the default

value is zero for integers, null for
strings (“”), and the first list element

for lists.

label

Optional. Specifies the text (label)

displayed at the top of a field’s column
in TaskMan. If not specified, the label

defaults to the fieldname.

locked

true, false

Optional. If set to true, only scripts or

administrators can change the status
of this field. If unspecified or set to

false, operators can also change the

status of the field.

Table 7 objmgr.cfg Fields Section