BudgetSourceInquiryDetails Class [AX 2012]

The BudgetSourceInquiryDetails class is used to inquire about the details tracked by the budgetary control system for the budget source reference.

Syntax

class BudgetSourceInquiryDetails implements SysPackable

Run On

Called

Methods

  Method Description
Gg184456.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif count Gets the count of ledger dimension references tracked for the budget source reference of the instance of the class.
Gg184456.pubmethod(en-us,AX.60).gif currentAmountAvailable Gets the amount available for the reference of the current ledger dimension.
Gg184456.pubmethod(en-us,AX.60).gif currentAmountRelieved Gets the amount relieved for the reference of the current ledger dimension.
Gg184456.pubmethod(en-us,AX.60).gif currentAmountTracked Gets the amount tracked for the current ledger dimension reference.
Gg184456.pubmethod(en-us,AX.60).gif currentControlLedgerDimension Gets the control ledger dimension reference for the current ledger dimension reference.
Gg184456.pubmethod(en-us,AX.60).gif currentLegalEntityId Gets the legal entity of the current ledger dimension reference.
Gg184456.pubmethod(en-us,AX.60).gif currentSourceLedgerDimension Gets the current ledger dimension reference.
Gg184456.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif exists Indicates whether the specified ledger dimension reference for the budget source reference exists.
Gg184456.pubmethod(en-us,AX.60).gif getAmountAvailable Gets the amount available for the specified ledger dimension reference.
Gg184456.pubmethod(en-us,AX.60).gif getAmountRelieved Gets the amount relieved for the specified ledger dimension reference.
Gg184456.pubmethod(en-us,AX.60).gif getAmountTracked Gets the amount tracked for the specified ledger dimension reference.
Gg184456.pubmethod(en-us,AX.60).gif getControlLedgerDimension Gets the control ledger dimension reference for the specified ledger dimension reference.
Gg184456.privmethod(en-us,AX.60).gif getKey
Gg184456.pubmethod(en-us,AX.60).gif getStatus Gets the budget source tracking status of the current budget source reference.
Gg184456.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg184456.protmethod(en-us,AX.60).gif initialize Initializes an instance of the BudgetSourceInquiryDetails class for the specified budget source reference.
Gg184456.protmethod(en-us,AX.60).gif initializeEnumerator Initializes the enumerator for the specified object.
Gg184456.protmethod(en-us,AX.60).gif initializeNoCarryforwardDetails
Gg184456.protmethod(en-us,AX.60).gif initializeWithCarryforwardDetails
Gg184456.pubmethod(en-us,AX.60).gif isSimulation Gets the simulation status of the current budget source reference.
Gg184456.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetSourceInquiryDetails class.
Gg184456.pubmethod(en-us,AX.60).gif next Advances the enumerator to the next ledger dimension reference in the collection.
Gg184456.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the BudgetSourceInquiryDetails class.
Gg184456.pubmethod(en-us,AX.60).gif resetCurrent Resets the enumerator to the start of the ledger dimension reference collection.
Gg184456.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedBudgetSourceInquiryDetails parameter value to an instance of the BudgetSourceInquiryDetails class.
Gg184456.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg184456.pubmethod(en-us,AX.60).gif Gg184456.static(en-us,AX.60).gif ::construct Constructs an instance of the BudgetSourceInquiryDetails class.
Gg184456.pubmethod(en-us,AX.60).gif Gg184456.static(en-us,AX.60).gif ::construct_Server Constructs an instance of the BudgetSourceInquiryDetails class located on the server tier.
Gg184456.pubmethod(en-us,AX.60).gif Gg184456.static(en-us,AX.60).gif ::create Creates an instance of the BudgetSourceInquiryDetails class from a packed copy.
Gg184456.privmethod(en-us,AX.60).gif Gg184456.static(en-us,AX.60).gif ::initialize_Server Initializes the instance of the BudgetSourceInquiryDetails class for the specified budget source reference.

Top

Remarks

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

Inheritance Hierarchy

Object Class
  BudgetSourceInquiryDetails Class