BankDocumentStateReconciledAndCancelled Class [AX 2012]
The BankDocumentStateReconciledAndCancelled is the bank document state of reconciled and canceled.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canTransition | Indicates whether the transition is valid. (Overrides the canTransition Method.) |
| changeStatusError | Throws error of changing status. (Inherited from BankDocumentState.) |
| doTransition | Performs the transition physically. (Inherited from BankDocumentState.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBankDocumentStatus | Gets bank document status. (Overrides the getBankDocumentStatus Method.) |
| getTargetBankDocumentStatus | Gets target bank document status. (Inherited from BankDocumentState.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeTransition | Performs initialization of transition. (Inherited from BankDocumentState.) |
| isRemovable | Gets whether the bank document can be removed. (Inherited from BankDocumentState.) |
| new | Initializes a new instance of the BankDocumentState class. (Inherited from BankDocumentState.) |
| 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.) |
| parmBankDocument | Gets or sets the BankDocument parameter. (Inherited from BankDocumentState.) |
| parmBankDocumentStatusChangeType | Gets or sets the BankDocumentStatusChangeType parameter. (Inherited from BankDocumentState.) |
| setTargetBankDocStatusFromChangeType | Sets the target status according to change type. (Overrides the setTargetBankDocStatusFromChangeType Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| subscribe | Subscribes the status change events. (Inherited from BankDocumentState.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transition | Processes the transition. (Inherited from BankDocumentState.) |
| transitionedEventHandler | Events of transition completed. (Inherited from BankDocumentState.) |
| transitionedState | Gets the status after transition. (Inherited from BankDocumentState.) |
| transitioningEventHandler | Events before transition. (Inherited from BankDocumentState.) |
| transitionRequired | Indicates whether transition is required. (Inherited from BankDocumentState.) |
| transitionTo | Invokes the transition. (Inherited from BankDocumentState.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateTransition | Validates the transition. (Inherited from BankDocumentState.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: