Hi,
Is there a possibility to get the row index/ number on selection of a row through H5 scripting.
I know there is a script H5SampleSelectionChanged but its pointing towards Row number 1 with zero index and I have also written the same code in my H5 script.
But everytime that may not be the case user can select any row or more than one row
Can we loop through on selection of the rows if user selects the three rows.
I have a scenario where on ARS112/F only Payer PYNO is at the header level.
Some of the other details i need to get from Grid/List and I am passing the values to the exportmi.
Has anybody worked on such scenario.
Below is the exportmi query where I am passing the inputs and the screenshot of ARS112/ F
"ESCUNO, ESYEA4, ESINYR from FSLEDG where ESCONO = '"+this.Company +"' and ESDIVI = '"+this.Division +"' and ESPYNO = '"+this.Payer +"' and ESCINO = '"+this.InvoiceNo +"'"