BudgetSourceSourceDocumentLine::findBudgetSource Method [AX 2012]

Finds the record ID for the BudgetSource record that is associated with the SourceDocumentLine record.

Syntax

client server public static BudgetSource findBudgetSource(
    SourceDocumentLineRecId _sourceDocumentLineId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: BudgetSource Table
The BudgetSource record that is associated with the SourceDocumentLine record.

See Also

Reference

BudgetSourceSourceDocumentLine Class