Work Queue Extended Field Configurations

The table below provides the extended field configurations for the Work Queue table.

These extension fields can be configured using the data in the table below. After configuration is complete, you can then add the extended fields to the Work Queue. See Adding Columns to the Work Queue for additional information.

Extended Field Data Configuration Comment

Name: WQ_Default

Keys:

extensionIntField1

extensionIntField2

extensionIntField3

Description:

These fields hold Oracle Utilities customer information system API mapping for new fields that are of data type integer.

Examples:

{

"name":"extensionIntField1", "value": "<<new CCS Field>>",

"properties":

[{

"name": "dataType",

"value": "integer"

}]

}

This field configuration can be used to extend an Oracle Utilities customer information system API field that is type INTEGER and needs to be rendered in the Work Queue table.

The same configuration can be used on fields extensionIntField2 and extensionIntField3 to further extend other INTEGER type fields.

By default the value is “” (empty string).

Name: WQ_Default

Keys:

extensionDateField

extensionDateField

extensionDateField3

Description:

These fields hold Oracle Utilities customer information system API mapping for new fields that are of data type long (timestamp).

Example:

{

"name":"extensionDateField1", "value": "<<new CCS Field>>",

"properties":

[{

"name": "dataType",

"value": " long"

}]

}

This field configuration can be used to extend an Oracle Utilities customer information system API field that is type long (timestamp), and needs to be rendered in the Work Queue table.

The same configuration can be used on fields extensionDateField2 and extensionDateField3 to further extend other long (timestamp) type fields.

By default the value is “” (empty string).

Name: WQ_Default

Keys:

extensionStringField1

extensionStringField2

extensionStringField3

Description:

These fields hold Oracle Utilities customer information system API mapping for new fields that are of data type string.

Example:

{
"name":"extensionStringField1", "value": "<<new CCS Field>>"
}

This field configuration can be used to extend an Oracle Utilities customer information system API field that is type STRING and needs to be rendered in the Work Queue table. The same configuration can be used on fields extensionStringField2 and extensionStringField3 to further extend other STRING type fields.

By default the value is “” (empty string).