Share via


BudgetSourceInquiryDetails::construct Method [AX 2012]

Constructs an instance of the BudgetSourceInquiryDetails class.

Syntax

client server public static BudgetSourceInquiryDetails construct(RecId _budgetSourceRecId, [boolean _includeCarryforwardDetails])

Run On

Called

Parameters

  • _budgetSourceRecId
    Type: RecId Extended Data Type
    The budget source reference for which to initialize the BudgetSourceInquiryDetails class.
  • _includeCarryforwardDetails
    Type: boolean

Return Value

Type: BudgetSourceInquiryDetails Class
An instance of the BudgetSourceInquiryDetails class when the specified budget source reference is valid; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

Remarks

Details are only retrieved from the database when the class is initialized.

See Also

Reference

BudgetSourceInquiryDetails Class