bw:bizweaver_multiselect_trigger
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
bw:bizweaver_multiselect_trigger [2020/04/28 15:21] runger |
bw:bizweaver_multiselect_trigger [2020/04/28 15:23] (current) runger |
| SET @Arguments = '{}' | SET @Arguments = '{}' |
| |
| <WRAP center round tip 60%> | <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. This means that to get records for processing you will need to use the "with (NOLOCK)" modifier in your SELECT statement. It also means that you cannot write directly back to the target table if needed. In this case you may need to write the results from the processing to another table that can be linked to the original target table for reporting purposed. | 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. This means that to get records for processing you will need to use the "with (NOLOCK)" modifier in any SELECT statement that reads the target table. It also means that you cannot write directly back to the target table if needed. In this case you may need to write the results from the processing to another table that can be linked to the original target table for reporting purposed. |
| </WRAP> | </WRAP> |
| |
bw/bizweaver_multiselect_trigger.1588101697.txt.gz · Last modified: 2020/04/28 15:21 by runger