AxMarkupTrans.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 the record was validated.

Remarks

This method overrides the base implementation, so that the this AxMarkupTrans class instance can be passed to thevalidateWrite table method that corresponds.

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

See Also

Reference

AxMarkupTrans Class