Thursday, 26 July 2012

IBM DATACAP-How to create a custom column in the IBM Datacap Taskmaster Client Job Monitor.


To Add a Column:
  1. In the tmBatch table in the Taskmaster engine database, add a column, giving it the desired name preceded with pb_ (ex: pb_MyColumn).
  2. Save the table.
  3. For SQL only, also do the following:
    1. Open the JMView view for design.
    2. Delete each item appearing in the 'Alias' column.
    3. Press the ! (exclamation mark) icon.
    4. Save the view.
    5. Open the JobMonitor view for design.
    6. Press the ! (exclamation mark) icon.
    7. Save the view.
  4. Restart Taskmaster Server.
  5. To populate this field with dynamic content, scripting is required.