Share via


WMSShipmentList.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 valid; otherwise, false.

Remarks

Overrides the default behavior by packing the entire controller and sending it.

The reporting contracts are created from RDL; we don't want them to be recreated on the server.

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

See Also

Reference

WMSShipmentList Class