getOption() Method
getUserExit() Method

Usage

public java.lang.String getOption(java.lang.String pOptionName)

public java.lang.String getUserExit(java.lang.String pOptionName)

Description

Returns the value of an Option (also known as a User Exit) of a KM or Procedure.

The getUserExit syntax is deprecated and is only kept for compatibility reasons.

Parameters

Parameter

Type

Description

pOptionName

String

String that contains the name of the requested option.

Examples

The value of my MY_OPTION_1 option is <%=odiRef.getOption("MY_OPTION_1")%>