cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve the rows which are selected in the list report page of smart templates

Former Member
0 Kudos

This is the List Report type of Smart Template application

Here I have selected 2nd and 5th row, I also have a button named Send Requests in the section part. If I click the button it calls a javascript function which is defined in the extensions of the application. Here how can I retrieve the selected rows in the js function?

I have enabled the checkboxes in this page by mentioning this code

"settings": { "gridTable": false, "multiSelect": true } in the manifest.json

How can I achieve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello!
Have you solved this problem?