Share via


LedgerVoucherController_CN.validate Method [AX 2012]

Validates the data contract values.

Syntax

protected boolean validate()

Run On

Called

Return Value

Type: boolean
true if validated successfully, else false.

Remarks

Override the default behavior packing the entire controller and sending it.

Reporting contracts are created from RDL, we dont want them to be recreated on server.

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

See Also

Reference

LedgerVoucherController_CN Class