Share via


BudgetSourceInquiryDetails::construct_Server Method [AX 2012]

Constructs an instance of the BudgetSourceInquiryDetails class located on the server tier.

Syntax

server public static BudgetSourceInquiryDetails construct_Server(RecId _budgetSourceRecId, boolean _includeCarryforwardDetails)

Run On

Server

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 if 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