ProjectAccDistRule::parmCanUseProjectDiscount Method [AX 2012]

Determines whether purchase discounts can be posted to project for the source document line item.

client server public static boolean parmCanUseProjectDiscount(SourceDocumentLineItem _sourceDocumentLineItem)

Run On

Called

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
The source document line item.

Return Value

Type: boolean
true if purchase discounts can be posted to project for the source document line item; otherwise, false.
Show: