InventJournalCheckPost_Movement::newJournalCheckPost Method [AX 2012]
Creates a new instance of the InventJournalCheckPost_Movement class that is used for posting or validating a journal.
Syntax
server public static InventJournalCheckPost_Movement newJournalCheckPost(
boolean _autoBlock,
boolean _showInfoResult,
JournalCheckPostType _journalCheckPostType,
TableId _tableId,
JournalId _journalId)
Run On
Server
Parameters
- _autoBlock
Type: boolean
A Boolean value that indicates whether the journal should be automatically blocked during posting.
- _showInfoResult
Type: boolean
A Boolean value that indicates whether any errors should be shown in the Infolog.
- _journalCheckPostType
Type: JournalCheckPostType Enumeration
A JournalCheckPostType enumeration value that indicates whether the new instance is used for posting or validating the journal.
- _tableId
Type: TableId Extended Data Type
The table ID of the journal table.
- _journalId
Type: JournalId Extended Data Type
The ID of the journal to validate or post.
Return Value
Type: InventJournalCheckPost_Movement Class
A new instance of the InventJournalCheckPost_Movement class.