getInputRow method: ServiceAPI class
Syntax
getInputRow(index)
Description
Use this method to retrieve the specified input message row based on the index.
Parameters
| Parameter | Description |
|---|---|
|
index |
Specifies the index (as a Number) of the row to retrieve. |
Returns
The specified message row.
Example
&jsNoteBook = %This.ServiceAPI.getInputRow (1).getParameter("notebook");