ProjPost::newEnterOnAcc Method [AX 2012]

Returns a new instance of ProjPost for posting on-account ledger entries.

server public static ProjPost newEnterOnAcc(Common _buffer, LedgerVoucher _ledgerVoucher)

Run On

Server

Parameters

_buffer
Type: Common Table
The table for transaction type.
_ledgerVoucher
Type: LedgerVoucher Class
The ledger items for posting.

Return Value

Type: ProjPost Class
A new ProjPost object for posting on-account ledger entries for proposals.

This method is only valid for the table ProjProposalOnAcc. Any other table that is passed in the _buffer parameter will throw the error: Project posting is not implemented for this type.

Show: