BudgetTransactionAllowTransferManager Class [AX 2012]
The BudgetTransactionAllowTransferManager class manages the enable transfer status for a transfer budget transaction.
| Method | Description | |
|---|---|---|
| addAllowTransferRulesForTransaction | Adds the BudgetAllowTransferRule record ID in the specified set to the set of the BudgetAllowTransferRule record ID for the complete budget transaction. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkBudgetTransaction | Indicates whether the budget transaction can be transferred. |
| checkBudgetTransactionLine | Indicates whether the budget transaction line can be transferred. |
| displayErrorMessage | Displays an error message that states that the transfer is not enabled. |
| 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.) |
| initialize | Initializes the BudgetTransactionAllowTransferManager class. |
| new | Initializes a new instance of the BudgetTransactionAllowTransferManager 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.) |
| processBudgetTransaction | Processes the budget transaction to determine whether the transfer is enabled. |
| processBudgetTransactionLine | Processes the budget transaction line to determine whether the transfer is enabled. |
| processLedgerDimension | Processes the ledger dimension to determine whether the transfer is enabled. |
| removeBudgetTransactionLine | Removes the BudgetTransactionLine record from the current instance of the BudgetTransactionAllowTransferManager class. |
| removeLedgerDimension | Removes the ledger dimension from the current instance of the BudgetTransactionAllowTransferManager class. |
| setInstanceId | Sets the instance ID for the BudgetTransactionAllowTransferManager class. |
| setIsTransferAllowed | Determines whether the transaction can be transferred, based on the enable transfer status of each BudgetTransactionLine record that has been processed. |
| 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.) |
| updateLedgerDimensionsInUse | Updates the ledger dimension cache for the ledger dimensions that are no longer used by the transaction. |
| updateNotAllowTransferCache | Updates the not enable transfer cache. |
| 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 | Creates a new instance of the BudgetTransactionAllowTransferManager class. |
| ::isTransferAllowed | Indicates whether the budget transaction can be transferred. |
| ::isTransferAllowedForLine | Indicates whether the budget transaction line can be transferred. |
Community Additions
ADD
Show: