LedgerPostingMessageLog Class [AX 2012]
The LedgerPostingMessageLog class maintains a collection of posting validation messages.
| Method | Description | |
|---|---|---|
| addLastMessage | Adds the last infolog message surfaced to the collection. |
| addMessage | Adds a posting message to the collection. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| elements | Gets the number of posting validation messages in the collection. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| find | Finds the specified posting validation message. |
| first | Moves to the first posting validation message in the collection. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| item | Gets the posting validation message. |
| logAndThrowError | Adds a posting message to the collection, throws error for the message provided. |
| logAndThrowWarning | Adds a posting message to the collection, throws warning for the message provided. |
| logAndThrowWarningTableIdRecId | Adds a posting message to the collection, throws warning for the message provided. |
| logCheckFailed | Adds a posting message to the collection, throws warning for the message provided. |
| logCheckFailedTableIdRecId | Adds a posting message to the collection, throws warning for the message provided. |
| new | Initializes a new instance of the LedgerPostingMessageLog class. |
| next | Moves to the next posting validation message in the collection. |
| 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 LedgerPostingMessageLog class. |
| parmSourceRefRecId | Gets or sets the SourceRefRecId parameter. |
| parmSourceRefTableId | Gets or sets the SourceRefTableId parameter. |
| setTableIdRecId | Sets the table id and record id context for adding messages to the collection. |
| 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 _packedClass parameter value to an instance of the LedgerPostingMessageLog 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.) |
| ::construct | Initializes a new instance of the LedgerPostingMessageLog class. |
| ::create | Initializes a new instance of the LedgerPostingMessageLog class from a packed class. |
Community Additions
ADD
Show: