ProjPost::newCreateProjCostAndLedger_IN Method [AX 2012]

Creates new project and ledger.

server public static ProjPost newCreateProjCostAndLedger_IN(
    Common _buffer, 
    LedgerVoucher _ledgerVoucher, 
    LedgerJournalType _ledgerJournalType, 
   [TaxAmount _taxAmountInCostPrice, 
    TaxAmountCur _loiAmount])

Run On

Server

Parameters

_buffer
Type: Common Table
The buffer.
_ledgerVoucher
Type: LedgerVoucher Class
The ledger voucher.
_ledgerJournalType
Type: LedgerJournalType Enumeration
The ledger journal type.
_taxAmountInCostPrice
Type: TaxAmount Extended Data Type
The in cost price tax amount.
_loiAmount
Type: TaxAmountCur Extended Data Type
The loi amount.

Return Value

Type: ProjPost Class
The instance of the ProjPost class.
Show: