ProjectSourceDocumentLineItemHelper::isPayrollProject Method [AX 2012]

Validates that the source document that is associated with the source document, belongs to payroll.

client server public static boolean isPayrollProject(SourceDocumentLineItem _sourceDocumentLineItem)

Run On

Called

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
The source document line item.

Return Value

Type: boolean
true, if the source document that is associated with the source document, belongs to payroll; otherwise, false.
Show: