Batch Fields are defined for individual Batch Profiles to capture data that is associated with all documents in one batch. In effect, batch fields are used to contain data that is common to all documents within a batch.
From the Capture Panel, batch fields can be displayed and modified by clicking the Batch Fields Icon on the Thumbnail Viewer Pane.
From the Index Panel, batch fields can be displayed and modified by selecting the Batch (top level item) from the Case Viewer in the Quillix Web Client.
Batch Fields are created and edited from the Properties Section on the Batch Profiles Panel in the Process Manager Application. To add a new Batch Field, click on the plus (+) sign to the right of the Index Fields caption.
Batch Field Properties define data characteristics and behaviors for each field.
Field Name |
The Field Name is the display name for the field. The Field Name will appear as a label on Indexing forms and other areas within Quillix Capture where field values are displayed or edited. |
Data Type |
The Data Type defines how the field's underlying data is stored in the database. Choices for Data Type include:
A value of String is the most flexible option, even for most numeric data such as dollar amounts and account numbers. The format of acceptable data input can be controlled using a Field Mask to restrict field entry to numbers only. The Number data type is only recommended when numeric sorting is required. The Date/Time data type is recommended for all dates. Important: The Data Type cannot be changed once a field has been created. Important: User selection of the Date/Time Data Type automatically selects a Date/Time Field Mask. The use of a Standard Field Mask or Custom Field Mask is required when using the Date/Time Data Type. |
Display Type |
The Display Type defines how the field is displayed in the Web Client.
|
Edit Picklist |
The Edit Picklist link is enabled when the Display Type is set to either Picklist or Multi-Select Picklist. When clicked, the Edit Picklist dialog box will be displayed to allow for editing the picklist values. |
Default Value |
The Default Value is automatically populated in this field when a new Batch of this type is created. Additionally, you can pre-fill a batch field with a dynamically generated default value that is based on information in the possession of the capture system at the time the Quillix Capture client user is indexing a document. The system default values you can choose from in the list are explained below:
|
Field Mask |
A Field Mask restricts data entry into the field based on the format of the mask. Field Masks are dependent on Data Type and Display Type. Quillix provides these standard field masks:
Custom Field Masks In addition to the standard field masks available in Quillix Capture, custom field masks may also be created. See the topic Creating Custom Field Masks for more information. Important: The use of a Standard Field Mask or Custom Field Mask is required when using the Date/Time Data Type. |
Min Length |
The Min Length property determines the minimum number of characters a field may contain when edited. This property is enforced in the Web Client at the time of editing. |
Max Length |
The Max Length property determines the maximum number of characters a field may contain when edited. This property is enforced in the Web Client at the time of editing. |
Visible |
The Visible property determines the visibility of a field in the Web Client. When checked (default) the field will be visible and editable with the appropriate user permissions. When unchecked, the field will not be visible in the Web Client. A field that is not visible can be useful in holding intermediate values for workflow decisions and as flags for conditions that are used by other integrated systems. |
Read Only |
The Read Only property disables editing and input of the field in the Web Client. This property only affects behavior in the Web Client, and the field value can still be changed by QSX modules or other processes outside the Web Client. |
Required |
The Required property is enforced by the Web Client when editing. When checked, the Required property will not allow the field value to be saved without a value. |
Searchable |
The Searchable property makes the field available for searching in areas of the product that provide searching capability. Matching on the Field in TransactionMatch QSX and case searching on the Field in the Web Client require this property to be set. |
Trigger a database lookup |
This property enables a database lookup to be triggered from the field when the focus leaves the field during editing. A database lookup will initiate a database query using the value of the field as a key value. Data returned from the query is then populated in one or more index fields. When enabling this feature, a database lookup must be configured by clicking the Edit button next to the property check box. See the topic Database Lookup for more information on configuring Database Lookups for fields. |
The order in which Index Fields are displayed in the Web Client can be changed by clicking on the "up" or "down" arrows next to the field name in the field list.
Batch field values can be automatically propagated or "copied" to document fields by ensuring that the Document Types used for indexing within that batch have document fields with the same names as the batch fields. The benefit of this approach is to allow the indexing operator to key in a value one time at the "batch" level for all documents within the batch.
For example, if a Batch Profile is defined with a field named "Company", and a Document Type is defined with a field named "Company", a value entered once in the Batch Field named "Company" will be automatically propagated to all documents created from that batch. For a 10 document batch, the value would be entered by the operator once, and copied to the 10 created documents automatically.