RapidStartSetup::createProjectJournalName Method [AX 2012]
Creates the ProjectJournal and the required number sequences.
server public static void createProjectJournalName(
str ledgerJournalNameId,
str ledgerJournalDescription,
int64 numberSequenceScopeRecid,
ProjJournalType journalType,
DetailSummary detailSummary,
JournalVoucherDraw journalVoucherDraw,
ProjJournalVoucherChange projJournalVoucherChange,
ProjJournalVoucherDateChange projJournalVoucherDateChange)
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: ProjJournalType 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.
- projJournalVoucherChange
- Type: ProjJournalVoucherChange Enumeration
The ProjJournalVoucherChange enumeration that controls when a new voucher will be allocated.
- projJournalVoucherDateChange
- Type: ProjJournalVoucherDateChange Enumeration
The ProjJournalVoucherDateChange enumeration that controls how the voucher date is set.
Show: