TradeLineNumberManager Class [AX 2012]
The TradeLineNumberManager class handles the numbering of order lines.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkLineNumber | Checks whether a line number is unique within the scope of an order and is within the range of 1 and the upper limit of 64-bit integers. |
| doUpdateLineNumber | Updates the line number of a newly created order line. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getIncrement | Retrieves the SystemLineNumberIncrement value from the SystemParameters table. |
| getLastLineNumber | Retrieves the highest line number within the scope of a given order. |
| getNextLineNumber | Retrieves the next line number within a given order relative to a given line number. |
| getPreviousLineNumber | Retrieves the previous line number, relative to the current line number. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isLastLine | Indicates whether the current record of a form data source is the last record. |
| moveLineToLast | Sets a line number to the highest position in a given order. |
| new | Initializes a new instance of the TradeLineNumberManager 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.) |
| postUpdateLineNumber | Updates internal variables after a line number is assigned. |
| preUpdateLineNumber | Updates the internal variables before the assignment of a line number. |
| setLine | Assigns a table buffer to the internal variable. |
| setPreviousLineNumber | Sets the line number of the previous line. |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | |
| ::newLine | Constructs and initiates an object of the TradeLineNumberManager class. |
| ::updateLineNumber | Updates the line number of a newly created order line. |
Community Additions
ADD
Show: