Question
Pass multiple selected rows from section page to business process
14:34 Dec 07, 2021
Hi Community,
Any idea how can I pass multiple selected rows from section page to business process?
I need to pass the selected record Ids stored in "var selectedRows = this.get("SelectedRows");" selectedRows variable from section page to Business process parameter "Collection of Records" and process these record Ids in business process.
Like
2 comments
18:14 Dec 09, 2021
Dear Fulgen,
You can trigger a business process with the ProcessModuleUtilities. Check out this post from Ryan Farley, he explains how to achieve that :
https://customerfx.com/article/programmatically-starting-a-process-from…
Best regards,
Julien
Show all comments