ProjInvoiceProposalInsertLines.calcRetentionProject Method [AX 2012]

Calculates retention amount for a project.

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

Run On

Server

Parameters

_proposalId
Type: ProjProposalId Extended Data Type
Invoice proposal ID.
_projId
Type: ProjId Extended Data Type
Project ID for which retention is to be calculated.
_isCreditNote
Type: boolean
True if credit note; otherwise false.
_projRevenueTransSaleRecId
Type: RecId Extended Data Type
Record ID of a record in ProjRevenueTransSale table.
_fundingSourceRefId
Type: ProjFundingSourceRefId Extended Data Type
Record ID of a record in ProjFundingSource table.

Community Additions

ADD
Show: