Share via


WMSJournalTableData.validateWritePre Method [AX 2012]

Validates data before submission.

Syntax

public boolean validateWritePre([boolean _ret])

Run On

Called

Parameters

Return Value

Type: boolean
true if all validation conditions are met; otherwise, false.

Remarks

This method is called from the WMSJournalTable.validateWrite method.

See Also

Reference

WMSJournalTableData Class