Share via


AxdProfitLossJournal.validateDocument Method [AX 2012]

Validates that a document complies with any business rules that govern the processing of the Axd document.

Syntax

public void validateDocument()

Run On

Server

Remarks

This method is called immediately an inbound document is processed, right before the transaction is persisted to the database. It is intended for internal use only, and should not be called through the interface.

See Also

AxdProfitLossJournal Class

AxdBaseCreate Class

AxdStack Class