Form
Add a form when a workflow requires capture of index data.
To create a form, configure options on the following tabs:
General tab
Option | Description |
---|---|
Form Name | The name of the form to be displayed on the desktop hierarchy. A maximum of 32 characters are displayed by the AutoCapture client. |
Icon File |
Specifies an image icon file for this form. This image will be displayed on the AutoCapture Client menu. An icon image is a 32x32 pixel image stored in BMP, GIF, or JPEG format. This entry is optional. The menu icon is 12x12 on the standard windows explorer AutoCapture client. |
Tags | Specifies one or more words or unspaced phrases separated by the comma (,) character that may be used to filter forms in a client application. |
Button Name | The button name that will be displayed at the lower right corner of the form. Use a descriptive action name such as "Submit". |
Form Type | Choose one of the two form types:
|
Local Form |
Style Sheet — Enter the name of an XSLT style sheet.
The style sheet contains templates that match XML element names for field
types (ACBoolean, ACButton,
ACDateTime, ACLabel,
ACNumber, ACString,
ACList, ACStringMultiline). If you
leave this field blank, the AutoCapture default style sheet is enabled.
The default style sheet is AC.xslt, which is located at the AutoStore installation directory. The style sheet contains templates that match XML element names for field types (ACBoolean, ACButton, ACDateTime, ACLabel, ACNumber, ACString, ACList, ACStringMultiline). You can copy the default style sheet and use it as the basis for creating your own XSLT style sheet that formats your form. When a user right clicks on a file and selects a form, the AutoCapture client retrieves the form definition from the server in XML format. The form definition has all the field setting definitions for the form. The XSLT style sheet specified here transforms the field definitions to display in HTML format. The HTML code uses the cascading AC.css, also in the AutoStore installation directory, which you can edit to change how content is styled, as defined by your business needs. Whether you copy and modify the default XSLT style sheet or create your own from scratch, your XSLT style sheet must render of the ACForm element as defined in the AutoCapture XML schema. If there are references in the custom XSLT style sheet to external files, you can enter a "comma" or "semi-colon" separated list of files in the following order:
|
VBScript |
Script File — Enter the VB Script file name for loading/validating the index data on the client. Run on form load — If this option is checked, the provided script file will be executed on the server prior to loading the form on the script enabled client. Run on form validate — If this option is checked, the provided script file will be executed on the server to determine if the form data submission is allowed. |
Form Fields |
Add fields by clicking on the new field button, labeled by N in the column header. After you add a field, you can press the Tab key to navigate between field attributes and to add additional fields. For each field you can configure the field attributes:
|
Workflow without files |
|
Web Form |
If the web form contains a QuerySubmit JavaScript function, then it will be called when the user tries to submit the form. The QuerySubmit function will allow the web form to do any required validation and display any potential messages. If the function returns False, the form is not submitted, if the call returns True then the form data/document will be submitted to the workflow server. On submission of the form, all the standard HTML control name/value pairs along with any hidden fields (the name of the hidden field must end with _RRT) will be captured as RRT enabled meta data. |
RRT Fields | A comma-separated list of field names contained on the web form to be populated in the available RRT window when configuring the other components in the task. This field is optional as RRTs may be entered in the fields on the web form using RRT syntax (for example, ~ACC::%WebForm_Field1%~ ). |
Components tab
This tab lists processing and routing components in a workflow, their Name, Description, and Type. To activate or configure a component, click the browse button (…) in the last column (C) of the table.
Clicking the browse button opens the the properties dialog box for a component. For some components, you have to explicitly activate the component by selecting the Activate check box in the component properties dialog box. Others are activated after you configure options that allow them to function, such as specifying a destination folder for the Send To Folder component.