Forms
To open a form, navigate to User interface and click Forms. On the Forms page, on the Category list, select Capture Starter Pack. The Capture Starter Pack includes the following forms.
Name | Type |
---|---|
CaptureStarterPack_Document Review | Document review |
CaptureStarterPack_Rescan | Scan activity (for Kofax Import Connector and Capture Client) |
CaptureStarterPack_Scan | Scan create new job (for Kofax Import Connector and Capture Client) |
CaptureStarterPack_Validation | Validation |
CaptureStarterPack_Verification | Verification |
ManualLogon | Logon |
CaptureStarterPack_DeviceScan | Device create new job (for MFP and Mobile Devices) |
After you import the package, these forms are available in TotalAgility for customization. These generated forms are dynamic, and therefore no fields are displayed at design time.
The Capture Starter Pack_DeviceScan form, which is generated by the TotalAgility user, is used in MFPs and mobile devices. In this form, the fields are displayed both at the design time and runtime. Table fields are not supported.
Due to the asynchronous nature of device scanning, a job is created before any images being scanned. To prevent a job from processing when the images are not received, a [SCANNED] event pre-condition is added to the first activity in the process, that is the Classification activity.
As a result, any other file ingestion point must raise the same [SCANNED] event to ensure the process progresses beyond the Classification activity. For example, add a custom form action to the Scan Create New Job form's "OnCreateNewJob" event to raise the [SCANNED] event.
If you do not ingest through a Device Create New Job form, remove the [SCANNED] event precondition, so that the [SCANNED] event is not raised in other ingestion channels.