AxVendDocumentLineMap.validateWrite Method [AX 2012]

Calls the validateWrite method for the current record and upon failure throws an exception or logs an error.

Syntax

protected void validateWrite()

Run On

Called

Exceptions

Exception Condition
Error

An error was found while validating the record.

Remarks

This method overrides the base implementation, so the this AxVendDocumentLineMap class instance can be passed to the corresponding validateWrite table method.

If the continueOnError parameter is true, then an exception will not be thrown.

See Also

Reference

AxVendDocumentLineMap Class