InventCostReport_CostValue Class [AX 2012]
The InventCostReport_CostValue class is used when the InventCostValue report is generated.
Syntax
class InventCostReport_CostValue extends InventCostReport_CostBase
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.) | |
generateTempTable | Creates InventCostTmpTransBreakdown temporary records. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
new | Initializes a new instance of the InventCostReport_CostBase class. (Inherited from InventCostReport_CostBase.) | |
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.) | |
parmAxis | Gets or sets the value of the Axis parameter. (Inherited from InventCostReport_CostBase.) | |
parmDetail | Gets or sets the value of the InventCostDetail parameter. (Inherited from InventCostReport_CostBase.) | |
parmFromDate | Gets or sets the value of the FromDate parameter. (Inherited from InventCostReport_CostBase.) | |
parmIncludeBeginning | Gets or sets the value of the NoYes enumeration parameter. (Inherited from InventCostReport_CostBase.) | |
parmLevel | Gets or sets the value of the InventCostLevel parameter. (Inherited from InventCostReport_CostBase.) | |
parmQuery | Gets or sets the value of the Query parameter. (Inherited from InventCostReport_CostBase.) | |
parmToDate | Gets or sets the value of the ToDate parameter. (Inherited from InventCostReport_CostBase.) | |
run | Creates an InventCostValue report that is an Item, Origin, or CostGroup report. (Overrides the run Method.) | |
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 | Initializes a new instance of the InventCostReport_CostValue class. |
Top
Remarks
This class is abstract and contains common functionality for all of the flavors of the InventCostValue reports.
This class is only relevant for generating the InventCostValue report.
Inheritance Hierarchy
Object Class
InventCostReport_CostBase Class
InventCostReport_CostValue Class