Use InspectOperation method from Erp.Proxy.BO.InspProcessingImpl in updateable dashboard

Hi,

I am building an updateable dashboard to process multiple inspections at once.

My dashboard is displaying a list of nonconformances in a gridview and for each of the rows, I have updateable fields to enter the passed and/or failed qty as well as a check box to select the lines that I want to be processed.

Then by clicking on a button that will be on the dashboard, the code will process each row and essentially call the InspectOperation method from Erp.Proxy.BO.InspProcessingImpl for each row. I found this method by running a trace.

My problem is that I don’t know how to write the code to call this method for each row.

All my code is in a customization of the dashboard assembly.

Thank you,