PBA::registerOverridesLookupLine Method [AX 2012]

Generates the line that registers the override method to use for the lookup method functionality.

client server public static str registerOverridesLookupLine(str _controlName, boolean _isEnum)

Run On

Called

Parameters

_controlName
Type: str
The name of the control to write the code line for.
_isEnum
Type: boolean
A Boolean value that specifies whether the data source of the control is an enumeration type.

Return Value

Type: str
An X++ code line that registers the lookup method to be overridden by the corresponding method on the form.

Reference

Show: