ProjectSourceDocumentLineItemHelper::isPayrollMonetaryAmount Method [AX 2012]

Determines whether or not a given monetary amount is used in payroll documents.

client server public static boolean isPayrollMonetaryAmount(MonetaryAmount _monetaryAmount)

Run On

Called

Parameters

_monetaryAmount
Type: MonetaryAmount Enumeration
the MonetaryAmount to check

Return Value

Type: boolean
true if the MonetaryAmount is used in payroll documents.
Show: