Share via


AxdTransferJournal.validateDocument Method [AX 2012]

Validates any business rules that govern the processing of the AxdTransferJournalobject.

Syntax

public void validateDocument()

Run On

Server

Remarks

On the AxdBase class, the method does nothing. Derived classes can override this method to implement document-wide business logic.

The method is protected instead of public, so that it may be called from the delegate class AxdBaseCreate. It is called after the processing of the XML string, but immediately before the transaction is persisted to the database.

See Also

AxdTransferJournal Class

AxdBaseCreate.deserializeDocument Method