Share via


BudgetSourceInquiryDetails::initialize_Server Method [AX 2012]

Initializes the instance of the BudgetSourceInquiryDetails class for the specified budget source reference.

Syntax

server private static container initialize_Server(RecId _budgetSourceRecId, boolean _includeCarryforwardDetails)

Run On

Server

Parameters

  • _budgetSourceRecId
    Type: RecId Extended Data Type
    The budget source reference for an instance of the BudgetSourceInquiryDetails class.
  • _includeCarryforwardDetails
    Type: boolean

Return Value

Type: container
A container with an initialized instance of the BudgetSourceInquiryDetails class.

See Also

Reference

BudgetSourceInquiryDetails Class