rbf_getCodeById()
Purpose
Returns the code of an item from a picklist, status, radio buttons, or group of checkboxes field for the specified ID.
Syntax
rbf_getCodeById(objName, fieldName, id, callback)
Parameters
objName
The object definition integration name
fieldName
The integration name of field
id
ID of field item
callback
The callback function that will receive code of field item as first parameter (null if not found).
Note: This API is supported in portals as well.