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

Called

Parameters

_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: boolean
Returns true if the new line amount is within contract funding limits, else returns false.

If no funding limit is attached to a contract always returns true.

Show: