Share via


RapidStartSetup::createProjectJournalName Method [AX 2012]

Creates the ProjectJournal and the required number sequences.

Syntax

server public static void createProjectJournalName(
    str ledgerJournalNameId, 
    str ledgerJournalDescription, 
    int64 numberSequenceScopeRecid, 
    ProjJournalType journalType, 
    DetailSummary detailSummary, 
    JournalVoucherDraw journalVoucherDraw, 
    ProjJournalVoucherChange projJournalVoucherChange, 
    ProjJournalVoucherDateChange projJournalVoucherDateChange)

Run On

Server

Parameters

  • ledgerJournalNameId
    Type: str
    Name of the LedgerJournal.
  • ledgerJournalDescription
    Type: str
    The Ledger Journal Description.
  • numberSequenceScopeRecid
    Type: int64
    The Number Sequences scope.
  • journalVoucherDraw
    Type: JournalVoucherDraw Enumeration
    The JournalVoucherDraw enumeration that controls when a new voucher number will be automatically picked.

See Also

Reference

RapidStartSetup Class