ProjectSourceDocumentLineItemHelper::projFundingSource Method [AX 2012]

Retrieves the ProjFundingSource record of the source document line item.

client server public static ProjFundingSource projFundingSource(SourceDocumentLineItem _sourceDocumentLineItem, [boolean _forUpdate])

Run On

Called

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
The source document line item.
_forUpdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.

Return Value

Type: ProjFundingSource Table
The ProjFundingSource record of the source document line item.
Show: