Pass selected rows to function

Hi all,

I’m trying to uplift a customization I did in classic to Kinetic.
I passed a datatable to a BAQ (via button press) that consisted of the rows that the user selected in a grid (blue lines).
I want to replicate with a function instead of a BAQ but I have problems passsing the dataview filtered by the selected rows…

The UI is the Payment Instrument Batch Generation → Grid_LandingPage

The metafx-panel-card-grid is not editable so adding a checkbox column is not possible.

I tried to search for a way to do this but without results. Can someone help me?

Thanks!

2 Likes

I solved by creating a BAQ (updatable) dataview with the same columns as the Grid_LandingPage. Then i pass that dataview to the function.

Still I want to know if some of you have tackled the same problem :smiley:

2 Likes