Pass multiple selected rows from section page to business process

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 0

Like

2 comments

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

Hi, did you find a solution for this? I need to do the same thing.

 

Show all comments