AxVendDocumentLineMap.validateField Method [AX 2012]

Calls the validateField method for the current record and upon failure throws an execption or logs an error.

Syntax

protected void validateField(FieldId _field)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

An error was found while validating the record.

Remarks

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

See Also

Reference

AxVendDocumentLineMap Class