ProjInvoiceProposalTransUpdate::validateFundingLimit Method [AX 2012]
Verifies is the new line amount is within funding limits of the contract.
client server public static boolean validateFundingLimit(
AmountCur _finalLineAmount,
ProjTrans _projTrans,
ProjFundingSourceRefId _fundingSource)
Run On
CalledParameters
- _finalLineAmount
- Type: AmountCur Extended Data Type
New line amount.
- _projTrans
- Type: ProjTrans Class
ProjTrans instance for the relevant proj transaction.
- _fundingSource
- Type: ProjFundingSourceRefId Extended Data Type
Contract funding source.
Return Value
Type: booleanReturns true if the new line amount is within contract funding limits, else returns false.
Show: