Share via


VendBalanceListController.getUIBuilderForDataContractInfo Method [AX 2012]

Gets the UI builder instance to be used with the data contract.

Syntax

protected SysOperationUIBuilder getUIBuilderForDataContractInfo(SysOperationDataContractInfo _contractInfo)

Run On

Called

Parameters

Return Value

Type: SysOperationUIBuilder Class
A SysOperationUIBuilder instance.

Remarks

Since the VendBalanceList report is not an RDP based report, this method is overridden to allow hooking up the custom UI builder class with the report.

See Also

Reference

VendBalanceListController Class