InventItemCostGroupRollupList Class [AX 2012]
The InventCostGroupRollupList represents a recordSortedList that is used to hold the cost broken down.
Syntax
class InventItemCostGroupRollupList
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
first | Moves the cursor of the costGroupRolluprecordSortedList 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 the costGroupRollupList record sorted list. | |
insert | Inserts a given InventItemCostGroupRollup record to the recordSortedList. | |
length | Retrieves the number of records in the costGroupListrecordSortedList. | |
new | Initializes a new instance of the InventItemCostGroupRollupList class. | |
next | Moves the pointer of the costGroupRollupListrecordSortedList 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.) | |
parmCostAmount | Gets or sets the CostAmount parameter. | |
parmQty | Gets or sets the Qty parameter. | |
reverseSign | Reverses the sign of the cost group rollup list. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
summarizeList | Summarizes the cost group rollup list by using the specified InventItemCostGroupRollupList class. | |
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 InventItemCostGroupRollupList class. | |
::newFromItemId | ||
::newFromVarianceList | Initializes a RecordSortedList class that contains the standard cost broken down based on a variance. | |
::newStdCostList | Initializes a RecordSortedList object that contains the standard cost broken down on cost groups. |
Top
Remarks
This class will be used by the production indirect cost framework to handle the adding of costs to a transaction.
Inheritance Hierarchy
Object Class
InventItemCostGroupRollupList Class