LedgerJournTransEntityFrmDatEventManager Class [AX 2012]
The LedgerJournTransEntityFrmDatEventManager class manages data events for the LedgerJournalTrans entity.
| Method | Description | |
|---|---|---|
| beginEntityCreateEvent | Signals the beginning of the create event of the entity. |
| beginEntityDeleteEvent | Signals the start of the delete event of the entity. |
| beginEntityWriteEvent | Signals the start of the write event of the entity. |
| beginFormCloseEvent | Signals the beginning of the close even of a form. |
| cancelSiblingWriteRequest | Cancels the sibling buffer write request. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| endEntityCreateEvent | Signals the end of the create event of an entity. |
| endEntityDeleteEvent | Signals the end of the delete event of the entity. |
| endEntityWriteEvent | Signals the end of the write event of the entity. |
| endFormCloseEvent | Signals the end of the close event of the form. |
| 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.) |
| isInEntityCreateEvent | Determines whether the entity is inside its create event. |
| isInEntityDeleteEvent | Determines whether the entity is inside its delete event. |
| isInEntityWriteEvent | Indicates whether the entity is inside its write event. |
| isInFormCloseEvent | Determines whether the form on which the entity exists is in its close event. |
| isLastWriteAttemptFailed | Determines whether the entity failed its last write event. |
| isSiblingWriteRequested | Determines whether a write of a sibling buffer was requested and has been handled. |
| new | Constructs an instance of the LedgerJournTransEntityFrmDatEventManager 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.) |
| requestWriteForSibling | Requests that the writing of a sibling buffer be performed. |
| 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateAndDelete1099Sibling | Validates and deletes the Tax109Detail sibling buffer. |
| validateAndDeleteAssetsSibling_RU | |
| validateAndDeleteCashSibling_RU | |
| validateAndDeleteDeferralsSibling_RU | |
| validateAndDeleteFixedAssetsSibling | Validates and deletes the LedgerJournalTrans_Asset sibling buffer. |
| validateAndDeleteProjectSibling | Validates and deletes the LedgerJournalTrans_Project sibling buffer. |
| validateAndWrite1099Sibling | Is thrown if the buffer is not valid. |
| validateAndWriteCashSibling_RU | |
| validateAndWriteDeferralsSibling_RU | |
| validateAndWriteFixedAssetsSibling | Validates and writes the LedgerJournalTrans_Asset sibling buffer after it synchronizes related fields between buffers. |
| validateAndWriteProjectSibling | Validates and writes the LedgerJournalTrans_Project sibling buffer after it synchronizes related fields between buffers. |
| validateAndWriteRAssetsSibling_RU | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: