Share via


LedgerJournalCheckPost.updateSystemBlockCheckedPostedJournal Method [AX 2012]

Releases the system block on a successfully checked or posted journal.

Syntax

private void updateSystemBlockCheckedPostedJournal()

Run On

Server

Exceptions

Exception Condition
Deadlock

An unrecoverable deadlock has occurred.

UpdateConflict

An update conflict has occurred.

UpdateConflictNotRecovered

An unrecoverable update conflict has occurred.

Deadlock

An unrecoverable deadlock has occurred.

UpdateConflict

An update conflict has occurred.

UpdateConflictNotRecovered

An unrecoverable update conflict has occurred.

Remarks

This update requires its own try-catch block in order to isolate any retries.

See Also

Reference

LedgerJournalCheckPost Class