Share via


ProjInvoiceProposalInsertLines.calcRetentionProject Method [AX 2012]

Calculates retention amount for a project.

Syntax

public void calcRetentionProject(
    ProjProposalId _proposalId, 
    ProjId _projId, 
    boolean _isCreditNote, 
    RecId _projRevenueTransSaleRecId, 
    ProjFundingSourceRefId _fundingSourceRefId)

Run On

Server

Parameters

  • _isCreditNote
    Type: boolean
    True if credit note; otherwise false.

See Also

Reference

ProjInvoiceProposalInsertLines Class