Search K
Appearance
Appearance
The Minute Capture Directory page acts as a Capture Form directory listing for users to access and submit forms. This page does not contain items requiring configuration, all configurations needed by Capture forms are found within the Console Global Settings Minute Capture settings page.
Minute Capture Features include:
The Capture Directory contains Capture Templates that allow users to submit new Capture Standard forms, or list and action Open Document Reviews (forms that use Capture ID).
There are two types of forms:
New
hyperlink, that links to a new form for the user to fill out.Open
hyperlink, that links to a list of pending Capture submissions, typically files in need of review, comment, mark-up and approval.Standard forms ( forms without a file preview, Capture ID or markup functionality ) are found within the Capture Directory. Clicking the link New
will take the user to the specific form for fill out and submission.
Forms themselves are configured via the MinuteView Console Capture Global Settings.
The Standard form hyperlink consists of the following elements, using the below link as an example to open up a form named Create Project
.
http://%SERVERNAME%/MinuteView/PageForms/MinuteCapture.aspx?TemplateName=Create%20Project&MyExampleParam=Hello%20World
http://%SERVERNAME%/MinuteView/PageForms/MinuteCapture.aspx
- The Protocol, Host and Path to Minute Capture forms?TemplateName=Create%20Project
- The Parameter TemplateName
and the value Create Project
&MyExampleParam=Hello%20World
- A query string parameter that allows the specified key/value pair to be processed during form load or form submission.Document Reviews use the Capture ID method that allow specific files to generate a Capture ID that's then used within the form to display that file for users to action.