ProjPost::newTransAdj Method [AX 2012]

Returns a new instance of ProjPost for posting adjustment transactions to ledger entries.

server public static ProjPost newTransAdj(Common _buffer, [TransDate _adjDate])

Run On

Server

Parameters

_buffer
Type: Common Table
The table for the transaction type.
_adjDate
Type: TransDate Extended Data Type

Return Value

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

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: