Basic form

Use a basic form to collect general information for a workflow.

Add forms on the Groups tab of the Canon MEAP Web configuration dialog box. To add a basic form to a process, first click any group or menu node and then click Add Form > Basic Form on the menu bar.

Configure options for a basic form on the General, Fields, and Components tabs in the Form Settings dialog box. These tabs provide options that may be configured for every type of form. An additional tab appears for form types other than the basic form.

When setting up any type of form, options on the following three tabs must be configured:

General Tab

Option Description
Name The name of the form to be displayed on the MFP panel. For example, if this form is used to send the scanned documents to the user’s home directory, then name the form Scan to User’s Home Directory. This name must be unique among the forms at the current nesting level. The maximum number of allowed characters in the form name is 25.
Icon Specifies an icon to be associated with this form. Enter the path where the image is stored. The image must have the following characteristics.
  • PNG or GIF with a transparent background
  • Dimensions: 44x44 pixels
  • Maximum size: 24 KB
Single Touch Mode Select this check box to begin the scanning process upon selection of the form. The user will not be prompted for any selections on the device panel.
Access Control Specifies who can use a form.
  • Public Access — Allow any user to access the form.
  • Restricted Access — Allow specified users to access the form.
  • Allowed Users/Groups — Specifies users who can access the form for Restricted Access. Click the browse button (...) to select users or groups.
Scanning Settings This table lists all the available scan settings for the device. Default scan settings can be configured in the Options column. A default scan setting is used when a user does not change the setting at the device panel.
  • Resolution — Specifies the print resolution. Allowed values are 100, 150, 200, 300, 400, or 600 dots per inch (dpi).
  • 2 Sided Mode — Specifies single side or two side scanning. Choose OneSide, Two Side Calendar (two-sided top-bound orientation), or Two Side Book Type (two-sided side-bound orientation).
  • Color Mode — Provides the color mode. The target document will be rendered in Full Color, Grayscale, or Black & White. The Auto Grayscale and Auto Black & White options scans a document in Full Color mode only when color pages are detected in the document.
  • Density — Specifies Level -4 to Leve 4 density to control shadow and brightness details of scanned documents.
  • Scansize — Specifies the size of the document to be scanned in standard paper sizes or Auto sizing.
  • Auto Ratio — Specifies the size of the scanned image in standard paper sizes or Auto sizing
  • Preview — Specifies whether to preview the scan (On or Off)
  • Erase Frame — Off, Erase Book Frame, or Erase Binding Mark.
  • File Format — Specifies the file format in which to save scanned documents:
    • JPEG — Saves scanned pages in JPEG format.
    • PDF — Saves scanned pages in PDF format.
    • TIF — Saves scanned pages in TIFF format.
    • XPS — Saves scanned pages in XPS format.
    • Auto TIF/PDF
    • Auto TIF/XPS
    • Auto TIF/JPG
    JPEG file format and Black & White Color Mode cannot be selected at the same time. If a user tries to select Black & White at the device while the file format is JPEG, then the file format will be changed to Tiff and the user will receive a warning.
  • Job Build — Specifies Always On, Platen Glass Only, and Off.
  • Original Type — Specifies text and photos in the original documents:
    • Text — Use this option to copy documents that contain text only. Select this option when text must be clearly copied.
    • Photo — Use this option to copy documents that contain photographs only.
    • Text & Photo — Use this option to copy documents that contain both text and photographs. Text and photographs are automatically identified and an appropriate quality mode is selected for individual areas.
    • Difference Size to Original — Specifies whether scanned images are the Same Width or Different Width than the original. The default is Off.
    • Stamp — Specifies Off or On.
    • Background Setting — Click this button to open the Image Quality Settings dialog box to select one of the following settings:
      • Auto (default setting)
      • All Colors — Level -4 to Level +4
      • RGB — Level -4 to Level +4
Dynamic Form
  • Enable Dynamic Form — Standard behavior of a form can be modified by responding to events. Select this check box to allow the AutoStore server to load form snap-ins. Here are some examples of what enabling dynamic forms can do:
    • Add and remove fields.
    • Change field contents (Example: load the contents of a list field from a database).
    • Validate field contents before the document is scanned into the server.
  • Script path — Enter the path to the VB.NET script that contains the code to respond to form and field events. You can click the browse button (...) to locate a script file.
  • Edit Script Code — You can click this button to open a code editor window and edit the script code. If you do not specify an existing script in the Script path box, this button opens a new script with stub routines for the Form_OnLoad and Form_OnSubmit events. For details about the code editor window and the object model used to respond to form and field events, refer to the Canon MEAP Web Scripting documentation by clicking Help in the code editor window.
  • Raise event when: — The following options specify when the form raises events:
    • Form is loaded — Select this check box to cause the form to initiate an event every time the user enters the form.
    • Form is submitted: — Select this check box to cause the form to initiate an event every time the user presses Scan button in this form.
  • Run as device logged in user — Select this check box if you need the script to run under the authentication context of the logged on user. This option should be used carefully and only in cases where you need to access system resources that require explicit authentication. Whenever possible specify user names and passwords in the script. You can use .NET Framework features, such as encryption, to hide passwords from view when editing the script. Keep in mind that the Run as device logged in user option is only available if the group requires authentication and the Authentication Type specified on the Authentication tab is Windows (see Authentication tab).

Fields Tab

Configure the fields that will be presented to the user. Add a field by entering data on the last line, which is marked in the first column by the asterisk (*).

Column Description
Name The field name should be unique among the other fields within this form. The field name labels the RRT that returns the field value at run time. For example, if the field name is "Field1", the RRT is ~CAN::%Field1%~.
Display The text which is displayed above the field at the device panel.
Type Enter the field type. A field type represents the format by which data is collected at the device panel. Regardless of field type, the result will be in text format. Click the browse button (...) in the properties column Required field to configure settings for a field type.

The following field types are supported for this component:

  • Date — Allow users to enter date values based on selected date formats.
  • Label — Allow users to set true/false values by selecting or clearing a check box in a form.
  • List — Allow users to select an item from a list of choices.
  • Lookup List — Allows users to dynamically retrieve values from an ODBC data source.
  • Text — Allows users to enter plain text, such as sentences, names, numbers, dates, and times.
  • Tree — Allows users to select an item in from a list of choices in a tree.
Required field (Required) Select this check box to require a user to enter a value in a field.
Notify server (Notify server) Selecting this check box triggers an event when the value of the field changes. The event can be responded to in the script specified in the Dynamic Form section on the General tab.
Required field (Properties) Click the browse button (...) to edit additional properties for a particular field type.

Components Tab

This tab lists process and route components in the workflow. Configure a component for this form by clicking the browse button (...) in the configure column for a row. This opens the configuration dialog box for the component. You can click the Help button in the configuration dialog box for component help.