RapidStartSetup::createProductionJournalName Method [AX 2012]
Creates the Production and the required number sequences.
server public static void createProductionJournalName(
str ledgerJournalNameId,
str ledgerJournalDescription,
int64 numberSequenceScopeRecid,
ProdJournalType journalType,
DetailSummary detailSummary,
JournalVoucherDraw journalVoucherDraw,
ProdJournalVoucherChange prodJournalVoucherChange)
Run On
ServerParameters
- ledgerJournalNameId
- Type: str
Name of the LedgerJournal.
- ledgerJournalDescription
- Type: str
The Ledger Journal Description.
- numberSequenceScopeRecid
- Type: int64
The Number Sequences scope.
- journalType
- Type: ProdJournalType Enumeration
The type of Journal.
- detailSummary
- Type: DetailSummary Enumeration
The summary for the journal.
- journalVoucherDraw
- Type: JournalVoucherDraw Enumeration
The JournalVoucherDraw enumeration that controls when a new voucher number will be automatically picked.
- prodJournalVoucherChange
- Type: ProdJournalVoucherChange Enumeration
The ProdJournalVoucherChange enumeration that controls when a new voucher will be allocated.
Show: