Configuring User Defined Fields

The Oracle Argus Safety administrator can customize a user-defined field as a drop-down list. These drop-down lists may contain customized lookup data which can be independent of Oracle Argus data.

Use the following procedure to create a user-defined field.

  1. Identify the User Defined field in the CMN_FIELDS table.
  2. Create a custom table containing lookup information.
  3. Create a custom index and specify the required values for the table.
  4. Update the record in the CMN_FIELDS table for the User Defined Field.
  5. Create a Role and Synonym for the table.
  6. Restart IIS.
  7. Verify the update made in the application.

Consider the following example that show a sample set of scripts required to configure User Defined Fields as a drop-down list. Assume the requirement is for a User Defined Field (UDF) with the following features:

Requirement: A User Defined field SOURCE_OF_INFORMATION to be created, with its drop-down values as Fax, E2B, Letter, Email and Telephone under Case Form > General Tab > General Information.

Attribute Value

Field Name

SOURCE_OF_INFORMATION

Field Type

Numeric (Text field type would not work)

Drop-down Values

Fax, E2B, Letter, Email and Telephone

Field Location

Case Form > General tab > General Information

Use the following procedure to create a user-defined number field:

  1. Login to Oracle Argus Safety> Argus Console > System Configuration > Field Properties.
  2. Select User Defined Number <N> at desired page (field label) from tree shown in the left pane.
  3. Choose a value for Hidden.
    If Hidden is marked as No, then the corresponding UDF drop down in the Case Form list all values as a regular User Defined Number fields.
  4. Check Selectable.
    1. Click Add and specify items stored in the drop-down in both English and Japanese if the field is multi-language, otherwise specify only in the English text box.

      Enter a Category for the respective English and Japanese fields. By default, this field is blank.

      The records are tied together only when an exact match of the Category is found.

    2. In the Parent Dropdown, select the parent to define the parent-child dependency on another User Defined Number field from the same table.

      This drop-down is enabled only when Selectable is checked, and is blank by default.

      Each child User Defined Number has one parent only. But, a parent User Defined Number can be associated with multiple child User Defined Numbers.

      If no parent is selected, then no parent-child dependency is created.

Go to General tab > General Information and check that the configured user-defined fields display the updated drop-down text.