ProjPost::newCreateProjCostAndLedger Method [AX 2012]
Returns a new instance of ProjPost for posting costs from journal entries to ledger entries.
server public static ProjPost newCreateProjCostAndLedger(
Common _buffer,
LedgerVoucher _ledgerVoucher,
LedgerJournalType _ledgerJournalType,
[TaxAmount _taxAmountInCostPrice,
boolean _adjustment,
boolean _reverseCommittedCost])
Run On
ServerParameters
- _buffer
- Type: Common Table
The table for a transaction type.
- _ledgerVoucher
- Type: LedgerVoucher Class
The ledger items for posting.
- _ledgerJournalType
- Type: LedgerJournalType Enumeration
The ledger journal type.
- _taxAmountInCostPrice
- Type: TaxAmount Extended Data Type
The tax amount in cost price; optional.
- _adjustment
- Type: boolean
- _reverseCommittedCost
- Type: boolean
Show: