Difference between revisions of "Intelligent Capture Designer"

From Hornbill
Jump to navigation Jump to search
Line 17: Line 17:
 
When building a Progressive Capture script there are a few different nodes that are available to use when considering your design
 
When building a Progressive Capture script there are a few different nodes that are available to use when considering your design
  
:* Start
+
:* '''Start'''
 
::Every Progressive capture flow will have a ''Start'' node.  This is the entry point for all progressive capture scripts.
 
::Every Progressive capture flow will have a ''Start'' node.  This is the entry point for all progressive capture scripts.
:* Branch
+
:* '''Form'''
::Allows a custom expression to alter the flow to show different PCF's.
 
:* Form  
 
 
::You can choose from a number of pre-configured small forms (in Form Properties) and place them in the sequence you need. Currently the existing data fields on the forms can't be changed.
 
::You can choose from a number of pre-configured small forms (in Form Properties) and place them in the sequence you need. Currently the existing data fields on the forms can't be changed.
:*Custom Form
+
:*'''Custom Form'''
 
::Allows you to create your own form complete with custom fields and values.
 
::Allows you to create your own form complete with custom fields and values.
* Switch
+
:* '''Branch'''
 +
::Allows a custom expression to alter the flow to show different PCF's.
 +
* '''Switch'''
 
::Allows you to link progressive Capture's together and seamlessly switch from one to another
 
::Allows you to link progressive Capture's together and seamlessly switch from one to another
*End
+
*'''End'''
 
::Every Progressive capture flow will have at least one of these to end the flow.
 
::Every Progressive capture flow will have at least one of these to end the flow.

Revision as of 18:52, 8 December 2016

Home > Administration > Progressive Capture Designer

Introduction

Progressive Capture is a graphical workflow tool that provides a new and simple way to define the capturing of information for a particular application. An application that uses uses Progressive Capture will include a number of small forms for collecting information related to the application. These forms can be optionally added, ordered, and branched depending on the information being captured.

Related Articles

Nodes

When building a Progressive Capture script there are a few different nodes that are available to use when considering your design

  • Start
Every Progressive capture flow will have a Start node. This is the entry point for all progressive capture scripts.
  • Form
You can choose from a number of pre-configured small forms (in Form Properties) and place them in the sequence you need. Currently the existing data fields on the forms can't be changed.
  • Custom Form
Allows you to create your own form complete with custom fields and values.
  • Branch
Allows a custom expression to alter the flow to show different PCF's.
  • Switch
Allows you to link progressive Capture's together and seamlessly switch from one to another
  • End
Every Progressive capture flow will have at least one of these to end the flow.