BudgetControlGeneralJournalEntry Class [AX 2012]
The BudgetControlGeneralJournalEntry class contains general journal entry information that is used by budget control integration processing.
| Method | Description | |
|---|---|---|
| addLedgerDimensionDetail | Adds ledger account and amount details on the GeneralJournalAccountEntry records for the GeneralJournalEntry record in the ledger posting to the BudgetControlCheckRequest instance. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeForGeneralJournalEntry | Initializes the current instance with the details from the general journal entry. |
| initializeForLedgerVoucher | Initializes the current instance with the details from the ledger voucher. |
| isBudgetSourceSaved | Indicates whether the budget source has been saved. |
| isLegalEntityBudgetCheckRequired | Determines whether the legal entity requires budget funds available check. |
| new | Initializes a new instance of the BudgetControlGeneralJournalEntry class. |
| 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 BudgetControlGeneralJournalEntry class. |
| parmBudgetControlCheckRequest | Gets the BudgetControlCheckRequest parameter. |
| parmBudgetSourceId | Gets the BudgetSourceId parameter. |
| parmShowResultMessages | Gets the ShowResultMessages parameter. |
| saveBudgetSource | Saves a BudgetSource record that will be used to check for budget funds availability and store the results of the check. |
| 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 _packedBudgetControlGeneralJournalEntry parameter value to the current instance of the BudgetControlGeneralJournalEntry 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.) |
| ::create | Creates an instance of the BudgetControlGeneralJournalEntry class from a packed copy. |
| ::newGeneralJournalEntry | Creates an instance of the BudgetControlGeneralJournalEntry class. |
| ::newLedgerVoucher | Creates an instance of the BudgetControlGeneralJournalEntry class. |
Community Additions
ADD
Show: