Share via


ProjProposalItemDetail.verifyAndUpdateFundingLimit Method

Verifies and updates funding limit if the new line amount is within the funding limit.

Syntax

public boolean verifyAndUpdateFundingLimit(
    ProjTrans _projTrans, 
    AmountCur _lineAmount, 
    ProjFundingSourceRefId _fundingsource)

Run On

Called

Parameters

  • _projTrans
    Type: ProjTrans Class
    The ProjTrans record to verify and update.

Return Value

Type: boolean
true if the line amount is within the funding limits; otherwise, false.

See Also

Reference

ProjProposalItemDetail Table