rbf_getGridPicklistCode()
Purpose
Gets the integration code of a grid control picklist field with the given integration name at the specified row number. Returns null if the grid control does not exist on the current page.
Syntax
rbf_getGridPicklistCode(gridNo, fieldName, rowIndex);
Parameters
gridNo
The 0-based number of the grid control on the page
fieldName
The integration name of the input field
rowIndex
The row number. Row numbers start with 0.
Return Value
The integration code of the grid control picklist field. Null if the grid control does not exist on the page.