You can define a custom column in the Job Monitor by adding
a column in a Datacap Engine
database table.
About this task
To create a custom column in the Job Monitor, you must add
a column in the tmBatch table of the Datacap Engine database.
The column name must be preceded by pb_, such
as pb_allowed. Configure the data type for
MSSQL as nvarchar, for Oracle the data type
is nvarchar2, and the data type for Access
is text.You can use Microsoft Access to define a custom column
in a development environment but Access is not supported for group
filtering because it cannot perform the necessary query for additive
groups.
Procedure
-
In the tmBatch table in the Datacap Engine database,
add a column with the name preceded by pb_,
such as pb_allowed.
-
Save the table and restart the Datacap server.
-
For SQL only, you must re-create the JobMonitor view
by following this procedure.
-
Open the JMView view for design.
-
Delete each item that appears in the Alias column.
-
Press the Exclamation Mark icon.
-
Save the view.
-
Open the JobMonitor view for
design.
-
Delete each item that appears in the Alias column.
-
Press the Exclamation Mark icon.
-
Save the view.