ProjPost::newTransAdjNoLedger Method [AX 2012]

Returns a new instance of ProjPost for posting adjustments without ledger entries.

server public static ProjPost newTransAdjNoLedger(Common _buffer, [TmpProjAdjustmentCreate _tmpProjAdjustmentCreate])

Run On

Server

Parameters

_buffer
Type: Common Table
The table for transaction type.
_tmpProjAdjustmentCreate
Type: TmpProjAdjustmentCreate Table
The table that contains the transactions to create ledger from; optional.

Return Value

Type: ProjPost Class
A new ProjPost object for adjustment posting.

This method is only valid for the tables ProjCostTrans, ProjEmplTrans, ProjRevenueTrans, and ProjItemTrans. Any other table that is passed in the _buffer parameter will throw the error: Project posting is not implemented for this type.

Show: