InventTransSum Class [AX 2012]
The InventTransSum class is used to calculate quantities for each different status value for a specified inventory movement.
Syntax
class InventTransSum
Run On
Called
Methods
Method | Description | |
---|---|---|
addInventTrans | Adds an InventTrans record to the internal counters. | |
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.) | |
equalCriteria | Indicates whether the specified set of parameters matches the parameters that are used when last calculating values. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
idCalc | Calculates the quantities for a specified set of parameters and stores them in internal variables. | |
new | Initializes a new instance of the InventTransSum 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.) | |
originArrived | Returns the arrived quantity for the specified set of parameters. | |
originDeducted | Returns the deducted quantity for the specified set of parameters. | |
originIssueFinOpen | Returns the financially open issue quantity for the specified set of parameters. | |
originIssueInTotal | Returns the total issue quantity for the specified set of parameters. | |
originOnOrder | Returns the on order quantity for the specified set of parameters. | |
originOrdered | Returns the ordered quantity for the specified set of parameters. | |
originPicked | Returns the picked quantity for the specified set of parameters. | |
originPurchased | Returns the purchased quantity for the specified set of parameters. | |
originQuotationIssue | Returns the quotation issue quantity for the specified set of parameters. | |
originQuotationReceipt | Returns the quotation receipt quantity for the specified set of parameters. | |
originReceiptFinOpen | Returns the financially open receiving quantity for the specified set of parameters. | |
originReceiptInTotal | Returns the receiving quantity for the specified set of parameters. | |
originReceived | Returns the received quantity for the specified set of parameters. | |
originRegistered | Returns the registered quantity for the specified set of parameters. | |
originRemainPhysical | Returns the remaining physical quantity for the specified set of parameters. | |
originReserved | Returns the total reserved quantity for the specified set of parameters. | |
originReservOrdered | Returns the reserved ordered quantity for the specified set of parameters. | |
originReservPhysical | Returns the reserved physical quantity for the specified set of parameters. | |
originSold | Returns the sold quantity for the specified set of parameters. | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmExclPackingSlipReturned | Gets or sets the ExclPackingSlipReturned parameter. | |
parmPerChildType | Gets or sets the PerChildType parameter. | |
parmPerInventDim | Gets or sets the PerInventDim parameter. | |
pdsCWidArrived | Calculates and obtains the catch weight quantity by using the arrived status. | |
pdsCWidDeducted | Calculates and obtains the catch weight quantity by using the deducted status. | |
pdsCWidIssueFinOpen | Calculates and obtains the catch weight financial open quantity. | |
pdsCWidIssueInTotal | Calculates and retrieves the catch weight issued quantity. | |
pdsCWidOnOrder | Calculates and obtains the catch weight on order quantity. | |
pdsCWidOrdered | Calculates and obtains the catch weight ordered quantity. | |
pdsCWidPicked | Calculates and obtains the catch weight picked quantity. | |
pdsCWidPurchased | Calculates and obtains the catch weight purchased quantity. | |
pdsCWidQuotationIssue | Calculates and obtains the catch weight quotation issue quantity. | |
pdsCWidQuotationReceipt | Calculates and obtains the catch weight quotation receipt quantity. | |
pdsCWidReceiptFinOpen | Calculates and obtains the catch weight financial open quantity of received material. | |
pdsCWidReceiptInTotal | Calculates and obtains the catch weight quantity of received material. | |
pdsCWidReceived | Calculates and obtains the catch weight quantity of received material. | |
pdsCWidRegistered | Calculates and obtains the catch weight quantity of registered material. | |
pdsCWidRemainPhysical | Calculates and obtains the catch weight remaining physical inventory quantity. | |
pdsCWidReserved | Calculates and obtains the total reserve catch weight quantity. | |
pdsCWidReservOrdered | Calculates and obtains the catch weight quantity of reserved of ordered material. | |
pdsCWidReservPhysical | Calculates and obtains the catch weight quantity of reserved physical inventory. | |
pdsCWidSold | Calculates and obtains the catch weight quantity sold. | |
reset | Resets the value of the internal variables. | |
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 InventTransSum class. | |
::newChildType | Creates a new instance of the InventTransSum class that only includes the specified child type. | |
::newChildTypeInventDim | Creates a new instance of the InventTransSum class that only includes the specified child type and inventory dimensions. | |
::newChildTypeInventDimExclReturned | Creates a new instance of the InventTransSum class that only includes the specified child type and inventory dimensions.It also excludes packing slip returned transactions. | |
::newExclReturned | Creates a new instance of the InventTransSum class that only excludes packing slip returned transactions. | |
::newInventDim | Creates a new instance of the InventTransSum class that only includes the specified inventory dimensions. | |
::newStandard | Creates a new instance of the InventTransSum class. |
Top
Inheritance Hierarchy
Object Class
InventTransSum Class