BudgetSourceSourceDocumentLine::getBudgetSourceInquiryDetails Method [AX 2012]

Gets an object of the BudgetSourceInquiryDetails class for the specified source document line reference.

Syntax

client server public static BudgetSourceInquiryDetails getBudgetSourceInquiryDetails(SourceDocumentLine _sourceDocumentLine)

Run On

Called

Parameters

  • _sourceDocumentLine
    Type: SourceDocumentLine Table
    The SourceDocumentLine record for which to get the BudgetSourceInquiryDetails object.

Return Value

Type: BudgetSourceInquiryDetails Class
An object of the BudgetSourceInquiryDetails class if the specified source document line reference is valid; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

BudgetSourceSourceDocumentLine Class