ProjProposalEmplDetail.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.
- _lineAmount
Type: AmountCur Extended Data Type
The line amount to check.
- _fundingsource
Type: ProjFundingSourceRefId Extended Data Type
The RefId value of the funding source.
Return Value
Type: boolean
true if the line amount is within the funding limits; otherwise, false.