Share via


LedgerJournalTrans.validateWrite_ServerPre Method

Indicates whether the current record is valid and ready to be written to the database.

Syntax

private boolean validateWrite_ServerPre(AxLedgerJournalTrans _axLedgerJournalTrans)

Run On

ClientOrServer

Parameters

  • _axLedgerJournalTrans
    Type: AxLedgerJournalTrans Class
    The AxLedgerJournalTrans class that is associated with the default row; optional.

Return Value

Type: boolean
true if the record is valid; otherwise, false.

Remarks

This method was created to move execution of the logic for the validateWrite method onto the server. The logic is positioned before other validation logic because the kernel validates information that will not be exposed as faults.

See Also

Reference

LedgerJournalTrans Table