ProjectSourceDocumentLineItemHelper::useTemplate Method [AX 2012]

Checks if the distribution template should be used or not.

client server public static boolean useTemplate(SourceDocumentLineItem _sourceDocumentLineItem, MonetaryAmount _monetaryAmount)

Run On

Called

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
The source document line item.
_monetaryAmount
Type: MonetaryAmount Enumeration
The amount for the line item

Return Value

Type: boolean
true if the distribution template should be used, otherwise false.
Show: