rbf_getCodeById()

Warning: Support for using this method with external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection) is a beta feature. This method is supported in production systems, except for external objects.

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.