InventCostTransCostList Class [AX 2012]
The InventCostTransCostList class represents a more specialized form of the RecordSortedList class that holds the InventCostTransVariance records, which represent the cost of a transaction.
| Method | Description | |
|---|---|---|
| add | Adds an InventCostTransVariance record to the RecordSortedList object. |
| addFromVarianceList | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| delete | Deletes an InventCostTransVariance record from the RecordSortedList object. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| find | Finds an InventCostTransVariance record in the RecordSortedList object. |
| first | Moves the cursor for the RecordSortedList object to the first position. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes a RecordSortedList object. |
| insert | Inserts an InventCostTransVariance record into the RecordSortedList object. |
| length | Retrieves the number of records in the RecordSortedList object. |
| new | Creates a new instance of the InventCostTransCostList class. |
| next | Moves the cursor for the RecordSortedList object to the next position. |
| 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.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| summarize | Summarizes a given cost list to the RecordSortedList 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 | Initializes a new instance of the InventCostTransCostList class. |
| ::newActualCostList | Initializes a recordSortedList that contains the actual cost broken down on cost groups for an inventory transaction. |
| ::newFromList | |
| ::newPlannedCostList | Initializes a new instance of the InventCostTransCostList class that contains the planned cost broken down on cost groups for an inventory transaction. |
| ::newReturnCostList | Initializes a recordSortedList list that contains the return cost broken down on cost groups. |
| ::newStdCostList | Initializes a RecordSortedList object that contains the std cost broken down on cost groups. |
Community Additions
ADD
Show: