Share via


PSAProjPostEmplIndirectSalesAccrued.new Method [AX 2012]

Returns a new instance of ProjPost.

Syntax

public void new(
    ProjProposalEmpl _projProposalEmpl, 
    ProjProposalEmplDetail _projProposalEmplDetail, 
    ProjEmplTrans _projEmplTrans, 
    ProjEmplTransSale _projEmplTransSale)

Run On

Server

Parameters

Remarks

This method is typically overridden by the class that extends this class.

See Also

Reference

PSAProjPostEmplIndirectSalesAccrued Class