Share via


ProjBegBalJournalCheckPost::newJournalCheckPost Method [AX 2012]

Constructs the ProjBegBalJournalCheckPost object by setting its initial state.

Syntax

client server public static ProjBegBalJournalCheckPost newJournalCheckPost(
    boolean _parmAutoBlock, 
    boolean _parmShowInfoResult, 
    JournalCheckPostType _checkPostType, 
    TableId _tableId, 
    JournalId _journalId)

Run On

Called

Parameters

  • _parmAutoBlock
    Type: boolean
    A Boolean value that sets the autoBlock variable of the JournalCheckPost class.
  • _parmShowInfoResult
    Type: boolean
    A Boolean value that sets the showInfoResult variable of JournalCheckPost class.

Return Value

Type: ProjBegBalJournalCheckPost Class
A new ProjBegBalJournalCheckPost object for posting beginning balance journal entries.

See Also

Reference

ProjBegBalJournalCheckPost Class