Share via


LedgerInquiryController_CN.validate Method [AX 2012]

Validates the data contract values.

Syntax

protected boolean validate()

Run On

Called

Return Value

Type: boolean
true if the values are validated successfully; otherwise, false.

Remarks

Override the default behavior to pack and send the whole controller.

Reporting contracts are created from RDL. We don’t want them to be re-created on the server.

We will marshal only the contracts by packing the ContractInfo map.

See Also

Reference

LedgerInquiryController_CN Class