ProjBegBalJournalCheckPost::newJournalCheckPost Method [AX 2012]
Constructs the ProjBegBalJournalCheckPost object by setting its initial state.
client server public static ProjBegBalJournalCheckPost newJournalCheckPost(
boolean _parmAutoBlock,
boolean _parmShowInfoResult,
JournalCheckPostType _checkPostType,
TableId _tableId,
JournalId _journalId)
Run On
CalledParameters
- _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.
- _checkPostType
- Type: JournalCheckPostType Enumeration
The posting type of the journal.
- _tableId
- Type: TableId Extended Data Type
The journal table ID.
- _journalId
- Type: JournalId Extended Data Type
The JournalID of the posting journal.
Return Value
Type: ProjBegBalJournalCheckPost ClassA new ProjBegBalJournalCheckPost object for posting beginning balance journal entries.
Show: