Query on JDE ORCH: Need to loop a Form Request for each grid row
Hi,
I have created a form request to update the Hold Invoice Flag in the P03013 screen. I have recorded the process for a single row and it works fine. But there are scenarios where we have multiple records for a customer in P03013. How do I loop the Orchestrator on each record of the grid. The no. of rows may vary and also the Inquiry screen does not hace "Multiple Select" option turned on.
Any suggestions on how to achieve this?
One Option I can think of is to pass the AB# to a data request based on V03012F which will list all the records for that particular AB#. But I am again stuck as to how to pass each record to the P03013 Form Request?