Share via


RetailPostingInvoiceJournal.PostCheck Method [AX 2012]

Validates and posts the journal.

Syntax

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.

Remarks

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

See Also

Reference

RetailPostingInvoiceJournal Class