How to send data from selected rows in a grid in Epicor Kinetic / Application Studio to a Epicor function?

I created a custom dataview which is retrieving data from a BAQ and displaying it in a panel card grid. I want to send data selected rows or the rows whose “Select” checkbox is activated.

I tried using the epicor functions. I used method parameters in the erp-function and also using request parameter while setting the same names but while performing the specified event I get Object reference error.

I’m in a similar situation. Did you ever get this working?

Nope. Not yet

Hi - did either of you manage this?

still no :sweat_smile:

Thanks - digging around …
Hanna Willett has posted something that will work for this - Pass a dataview to a function for further processing
Use a REST function rather than an normal function.
Works a treat.
Thanks
Mark

Yes. Hannah’s post helped me. Instead of using Epicor Function, I used a rest erp widget to call the function and sent the grid as an input dataset

I figured some of it out. I’m making a grid in the purchase order menu to take the which populates with the PO lines so I can have a button to add it to the supplier price list.

Have the grid with select boxes.

On the button click do one of these.


Then in another event do one of these.


Then use that data set from the selected to update VendPart table.