BudgetCreateTransferManager Class [AX 2012]
The BudgetCreateTransferManager class contains helper methods that are used in the create transfer process.
| Method | Description | |
|---|---|---|
| cacheDefaultDimAttribNotBudgetEnabled | Caches the dimension attributes from the specified default dimensions that are not enabled for budget. (Inherited from BudgetTransactionManager.) |
| cacheDimAttributesNotBudgetEnabled | Caches the dimension attributes from the specified ledger dimension that are not enabled for the budget. (Inherited from BudgetTransactionManager.) |
| 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.) |
| formMethodDataSourceCreate | Manages the number sequence when a number is allocated when a budget transaction header is being created. (Inherited from BudgetTransactionManager.) |
| formMethodDataSourceCreatePre | Manages the number sequence before a number is allocated when a budget transaction header is being created. (Inherited from BudgetTransactionManager.) |
| formMethodDataSourceDelete | Manages the number sequence during the deletion of a budget transaction header. (Inherited from BudgetTransactionManager.) |
| formMethodDataSourceLinkActive | Manages the number sequence when a budget transaction header becomes active. (Inherited from BudgetTransactionManager.) |
| formMethodDataSourceValidateWrite | Manages the number sequence during the validation of saving a budget transaction header. (Inherited from BudgetTransactionManager.) |
| formMethodDataSourceWrite | Manages the number sequence during the saving of a budget transaction header. (Inherited from BudgetTransactionManager.) |
| getLedgerDimensionBudget | Retrieves a budget ledger dimension reference based on the main account, default dimension, and the dimensions that are enabled for budget. (Inherited from BudgetTransactionManager.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Performs initialization for the BudgetTransactionManager class. (Inherited from BudgetTransactionManager.) |
| 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.) |
| numberSeqFormHandlerBudgetTransactionId | Creates an instance of the NumberSeqFormHandler class for the budget transaction identifier number sequence. (Inherited from BudgetTransactionManager.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showWarningsDimAttsNotBudgetEnabled | Shows warnings that dimension attributes are not enabled for the budget. (Inherited from BudgetTransactionManager.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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 BudgetCreateTransferManager class. |
| ::launchCreateTransferForm | Displays the form for creating a budget transfer. |
| ::lookupBudgetTransactionCode | Performs the lookup for the BudgetTransactionCode records. |
| ::validateBudgetTransactionCode | Specifies whether the budget transaction code is valid. |
Community Additions
ADD
Show: