ProjFundingLimitTrackingManager::isWithinFundingLimitProjAcctDist Method [AX 2012]

Return is the amount is within funding limit for the contract.

client server public static boolean isWithinFundingLimitProjAcctDist(ProjectAccountingDistribution projectAccountingDistribution, AccountingDistribution accountingDistribution)

Run On

Called

Parameters

projectAccountingDistribution
Type: ProjectAccountingDistribution Table
The project accounting distribution
accountingDistribution
Type: AccountingDistribution Table
The accounting distribution

Return Value

Type: boolean
Returns true if the amount is within funding limits, otherwise false.
Show: