RetailPostingInvoiceJournal.PostCheck Method [AX 2012]

Validates and posts the journal.

public boolean PostCheck([JournalCheckPostType _journalCheckPostType])

Run On

Called

Parameters

_journalCheckPostType
Type: JournalCheckPostType Enumeration
A JournalCheckPostType enumeration value that indicates whether the instance is used for posting or validating the journal; optional.

Return Value

Type: boolean
true if the journal is posted; otherwise, false.

The method calls the LISrunbaseMainStart and LISrunbaseMainEnd methods to validate the journal is being used or blocked by the system.

Community Additions

ADD
Show: