ProjPost::newEnterSalesAccrued_Proposal Method [AX 2012]

Retrieves a new instance of the ProjPost object to use to post accrued revenue amounts to ledgers.

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

Run On

Server

Parameters

_buffer
Type: Common Table
The table for the transaction type.
_ledgerVoucher
Type: LedgerVoucher Class
The ledger items to use to post.

Return Value

Type: ProjPost Class
A new ProjPost object for accrued revenue.

This method is only valid for the ProjCostTrans table, the ProjEmplTrans table, the ProjRevenueTrans table, the ProjItemTrans table, the ProjPostEmplProposal table, the ProjProposalCost table, the ProjProposalRevenue table, and the ProjProposalItem table. Any other table that is passed in the _buffer parameter will cause an exception: project posting is not implemented for this type.

Show: