versago3:from_actions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

versago3:from_actions [2022/11/01 10:32]
dlee created
versago3:from_actions [2022/11/01 11:01] (current)
dlee
Line 17: Line 17:
     * The user is asked to confirm the cancellation if any information is found on the form.     * The user is asked to confirm the cancellation if any information is found on the form.
  
-==== Settings ====+===== Settings =====
  
-{{ :versago3:form_action02.png?300 |}}+{{ :versago3:form_action02.png?200 |}}
  
 **Refresh form after submit** **Refresh form after submit**
Line 33: Line 33:
 When this option is selected, pressing the <Enter> key on a keyboard will be interpreted as having clicked the button.  This option is especially helpful when using barcode scanners that can automatically send a <CR><LF> sequence.  It then allows for "keyboard free" data entry. When this option is selected, pressing the <Enter> key on a keyboard will be interpreted as having clicked the button.  This option is especially helpful when using barcode scanners that can automatically send a <CR><LF> sequence.  It then allows for "keyboard free" data entry.
  
-==== Bizweaver Service ====+===== Bizweaver Service =====
  
-==== URL ====+Versago allows to call a Bizweaver workflow after the main action of the form is successful. 
 + 
 +Select the **Bizweaver** checkbox. 
 + 
 +{{ :versago3:form_action03.png?200 |}} 
 +  
 + 
 +The **Target** string to invoke a Bizweaver workflow is shown below. 
 + 
 +  https://YourURL:443/BWService/api/workflow/InvokeWorkFlow 
 + 
 +  - "YourURL" is the URL used by Versago. 
 +  - "YourPort assigned to the Bizweaver web service when the application was installed. 
 + 
 +Enter the Bizweaver workflow (task ID) to be invoked. 
 + 
 +A row pair  is created for each variable to be passed to Bizweaver. 
 +  * Select **Static** is the variable value is entered manually and is the same each time Bizweaver is invoked from this form 
 +  * Select the form field to be used "Form Field" from the drop-down list. 
 +  * Enter the name of the variable expected by Bizweaver.  This value is case sensitive and must match the value defined in Bizweaver exactly. 
 + 
 +===== URL ====
 + 
 +Versago allows to call a URL after the main action of the form is successful. 
 + 
 +Select the **URL** checkbox. 
 + 
 +{{ :versago3:form_action03.png?200 |}} 
 +  
 + 
 +Enter the **Target** string with the desired address 
 + 
 +A row pair  is created for each variable to be passed to Bizweaver. 
 +  * Select **Static** is the variable value is entered manually and is the same each time Bizweaver is invoked from this form 
 +  * Select the form field to be used "Form Field" from the drop-down list. 
 +  * Enter the name of the variable expected by the URL. 
  
 ---- ----
versago3/from_actions.1667313151.txt.gz · Last modified: 2022/11/01 10:32 by dlee