This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
bw:bizweaver_multiselect_trigger [2019/12/13 11:31] runger created |
bw:bizweaver_multiselect_trigger [2020/04/28 15:23] (current) runger |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Trigger Configuration for Versago Multi-Select Report Processing====== | ======Trigger Configuration for Versago Multi-Select Report Processing====== | ||
| - | <WRAP center round help 80%> | + | Create |
| - | A sample of the trigger code used in a VersagoData table is found **// | + | |
| - | </ | + | |
| - | + | ||
| - | Create | + | |
| Values in < | Values in < | ||
| Line 23: | Line 19: | ||
| EXECUTE [dbo].[spCallBizweaverWS] | EXECUTE [dbo].[spCallBizweaverWS] | ||
| @wsMethod=' | @wsMethod=' | ||
| - | -- add your URL. Be sure to use http or https as appropriate. | + | -- add your URL. Be sure to use http:// or https:// as appropriate. |
| - | , | + | , |
| - | , | + | ,@wsContent =' |
| -- Add your Auth Token from Bizweaver | -- Add your Auth Token from Bizweaver | ||
| - | , | + | , |
| -- Add your workflow ID from Bizweaver | -- Add your workflow ID from Bizweaver | ||
| - | ,@wsTaskId='< | + | ,@wsTaskId = < |
| - | , | + | , |
| - | , | + | , |
| -- Add your port number | -- Add your port number | ||
| - | ,@wsPort='< | + | ,@wsPort = < |
| END | END | ||
| </ | </ | ||
| + | |||
| + | If your are calling Bizweaver without any parameters the @Arguments value will look like this: | ||
| + | |||
| + | SET @Arguments = ' | ||
| + | |||
| + | <WRAP center round tip 80%> | ||
| + | Be aware that when you call Bizweaver using this method the target table of the Versago multi-select report is locked until the workflow completes. | ||
| + | </ | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| The following video illustrates this process. | The following video illustrates this process. | ||