This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
versago:invoke_bizweaver_using_post [2019/07/26 08:04] runger created |
versago:invoke_bizweaver_using_post [2020/04/02 14:58] (current) runger [Bizweaver Action Target String and Action Parameters] |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| - **Action Type** is // | - **Action Type** is // | ||
| - **Action Sequence** | - **Action Sequence** | ||
| - | - **1** if the invocation is from a custom button | + | - **1** if the invocation is from a custom button. |
| - | - **2** if the invocation is from a standard button. | + | - **2** if the invocation is (Save & Close or Save & New) from a standard button. |
| - **Service Type** is // | - **Service Type** is // | ||
| - | - **Action Target** | + | - **Action Target |
| - **Action Trigger** | - **Action Trigger** | ||
| - //Primary Action// if the invocation is from a custom button. | - //Primary Action// if the invocation is from a custom button. | ||
| - | - //Action Success// if the invocation is from a standard (Save, Save & Close, etc.) button. | + | - //Action Success// if the invocation is from a standard (Save & Close or Save & New) button. |
| - **Validate True Value** is // | - **Validate True Value** is // | ||
| - **Validate Error Message** is //**0**//. | - **Validate Error Message** is //**0**//. | ||
| Line 27: | Line 27: | ||
| - Click the [**Add/ | - Click the [**Add/ | ||
| - Click the [**Save**] button to save the button changes. | - Click the [**Save**] button to save the button changes. | ||
| - | ===== Bizweaver Action Target String ===== | ||
| - | The Action String | + | =====Bizweaver |
| - | http: | + | The **Action String** to invoke a Bizweaver |
| - | The elements in <color # | + | http:// |
| + | https:// | ||
| - | - The server where Bizweaver | + | - " |
| - | - The port assigned to the Bizweaver web service when the application was installed. | + | - " |
| - | - The Bizweaver workflow ID to be invoked. This can be found in Bizweaver and will always be numeric. | + | |
| - | - The name of the variable in Bizweaver that will receive a value from Versago. | + | |
| - | - Value(s) to be passed to Bizweaver. | + | |
| - | - If value(s) are not being passed to Bizweaver, the space between the curly braces is left blank. | + | |
| - | - If the value is a value from the form, use the Column Name from the form enclosed in tilde symbols (~) as shown. | + | |
| - | - If the value is static the tildes are not used. | + | |
| - | - In both cases the value being passed is enclosed in single quotes. | + | |
| - | - If multiple values need to be sent to Bizweaver, separate each pair of values (steps 5 and 6) by a comma. See sample 3 in the next section. | + | |
| - | ===== Bizweaver Action Target String Samples ===== | + | " |
| - | | + | https://portal.acmecorp.com: |
| - | - Example using HTTPS to port 443 on server “TWBSTestserver.demo.com”, | + | |
| - | - Example using HTTP to port 8082 on server “TWBSTestserver.demo.com, | + | |
| - | ===== Versago and Bizweaver Complete Example ===== | + | |
| - | **Information captured on Versago Form** | + | The **Action Parameters** define the Bizweaver workflow to be invoked, and any parameters to be passed. |
| - | {{:: | + | Select the **Bizweaver** checkbox. |
| - | **Configuration in Versago form button** | + | Enter the Bizweaver workflow (task ID) to be invoked. |
| - | This configuration can be applied on the [Save & New] and [Save & Close] buttons. It should not be applied | + | A row is created for each variable to be passed to Bizweaver. |
| + | * Select | ||
| + | * Dynamic refers to fields | ||
| + | * Static is used when a value is the same each time Bizweaver is invoked from this form. | ||
| - | {{:: | + | * Enter the name of the variable expected by Bizweaver. |
| - | **Configuration | + | |
| + | | ||
| + | * If the Type is Static, enter the value to be passed | ||
| - | The values from Versago are captured in a Variables step at the beginning of the Bizweaver workflow. | + | {{: |
| - | {{:: | ||
| - | |||
| - | {{:: | ||
| - | |||
| - | <WRAP center round info> | ||
| - | Note that the variable names in Bizweaver are the same, including case, as those being sent from Versago. | ||
| - | </ | ||