Configuring jobs > Configuring columns in the Job Management table

4.3 Configuring columns in the Job Management table

To add/remove/modify the columns in the Job Management table

  1. Open the jobs.xml file located in the Viewpoint home directory. Locate the <fields> element.
  2. Configure any desired buttons by inserting the corresponding element. The available buttons are:
  3. Set at least one field as the primary key by setting the primary attribute of the column name to "true" (The default is "false").
  4. It is strongly suggested that you create an <id /> field as the sole primary key field. You can make this field invisible if you do not want users to see it.

    For example:

    <id primary="true" visible="false">
  5. Set the visible attribute to specify whether the column should be displayed or hidden. The default is "true".
  6. Set the width attribute to specify the width, in pixels, of the column.
  7. Insert the <title> child element in any field type and specify the text to be displayed to the user as the name of the column.

Related topics