LedgerPostBatch.constructChild Method [AX 2012]
Creates a new instance of the derivative class for posting journals.
protected abstract LedgerPostBatch constructChild(
Common _journalRecord,
boolean _transferErrors,
[boolean _isJournalSplitForbidden])
Run On
CalledParameters
- _journalRecord
- Type: Common Table
The journal record with which to initialize the child.
- _transferErrors
- Type: boolean
A Boolean value that determines whether the child transfers errors. If true, the child transfers errors.
- _isJournalSplitForbidden
- Type: boolean
A Boolean value that determines whether journal splits are forbidden; optional. The default value is false.
Community Additions
ADD
Show: