ProjInvoiceProposalInsertLines.calcRetentionBillingRule Method [AX 2012]
Calculates retention amount based on billing rule.
public void calcRetentionBillingRule(
PSAContractLineNum _psaContractLineNum,
boolean _isCreditNote,
RecId _projRevenueTransSaleRecId,
ProjFundingSourceRefId _fundingSourceRefId,
ProjProposalId _proposalId)
Run On
ServerParameters
- _psaContractLineNum
- Type: PSAContractLineNum Extended Data Type
Line number of billing rule.
- _isCreditNote
- Type: boolean
True if credit note; otherwise false.
- _projRevenueTransSaleRecId
- Type: RecId Extended Data Type
Record ID of record in ProjRevenueTransSales table.
- _fundingSourceRefId
- Type: ProjFundingSourceRefId Extended Data Type
Record ID of record in ProjFundingSource table.
- _proposalId
- Type: ProjProposalId Extended Data Type
Invoice proposal ID.
Community Additions
ADD
Show: