BankStmtImportController.getUIBuilderForDataContractInfo Method [AX 2012]

Gets the UI builder instance to use with the data contract.

Syntax

protected SysOperationUIBuilder getUIBuilderForDataContractInfo(SysOperationDataContractInfo _contractInfo)

Run On

Called

Parameters

Return Value

Type: SysOperationUIBuilder Class
An instance of the SysOperationUIBuilder class.

Remarks

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

See Also

Reference

BankStmtImportController Class