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