ProjPost::psaReverseProjIndirectRevenue Method [AX 2012]

Creates a new instance of the ProjPost class.

server public static ProjPost psaReverseProjIndirectRevenue(
    ProjProposalEmpl projProposalEmpl, 
    ProjProposalEmplDetail projProposalEmplDetail, 
    ProjEmplTrans projEmplTrans, 
    ProjEmplTransSale projEmplTransSale, 
    LedgerVoucher ledgerVoucher)

Run On

Server

Parameters

projProposalEmpl
Type: ProjProposalEmpl Table
A projProposalEmpl table instance.
projProposalEmplDetail
Type: ProjProposalEmplDetail Table
A projProposalEmplDetail table instance.
projEmplTrans
Type: ProjEmplTrans Table
A projEmplTrans table instance.
projEmplTransSale
Type: ProjEmplTransSale Table
A projEmplTransSale table instance.
ledgerVoucher
Type: LedgerVoucher Class
A ledgerVoucher class instance.

Return Value

Type: ProjPost Class
Instance of ProjPost Class.

ProjPost instance consists of value of NotEnterNoneLedger, boolean value of parmCreateTrans,transactionOrigin,reverseAccrued.

Show: