getFlexFieldValue Method

Usage

public java.lang.String getFlexFieldValue(java.lang.String pI_Instance, java.lang.String pI_Object, java.lang.String pFlexFieldCode)

Description

This method returns the value of an Object Instance's Flexfield.

Parameters

Parameter

Type

Description

pI_Instance

String

Internal Identifier of the Object Instance, as it appears in the version tab of the object instance window.

pI_Object

String

Internal Identifier of the Object type, as it appears in the version tab of the object window for the object type.

pPropertyName

String

Flexfield Code which value should be returned.

Examples

<%=odiRef.getFlexFieldValue("32001","2400","MY_DATASTORE_FIELD")%>

Returns the value of the flexfield MY_DATASTORE_FIELD, for the object instance of type datastore (Internal ID for datastores is 2400), with the internal ID 32001.