Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
class InventTransIdSum
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
addInventTransToTotals | Adds the specified InventTrans record to the internal counters. |
![]() |
arrived | Calculates and returns the quantity with status arrived. |
![]() |
calcSum | Calculates and stores the results that are shown in internal variables. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
clearTotals | Resets internal counters. |
![]() |
deducted | Calculates and returns the quantity with status deducted. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
estimated | Calculates and returns the quantity which has not been physically updated yet. |
![]() |
estimatedIssue | Calculates and returns the quantity that remains to be issued. |
![]() |
estimatedReceipt | Calculates and returns the quantity remaining to be received. |
![]() |
financial | Calculates and returns the net quantity which has been financially updated. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
issue | Calculates and returns the total quantity being issued. |
![]() |
mcrCalcSOReturnQtySum | Calculates the total returned quantity for a SalesLine table record. |
![]() |
new | |
![]() |
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.) |
![]() |
onOrder | Calculates and returns the quantity on order. |
![]() |
ordered | Calculates and returns the quantity ordered. |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmChildRefId | Gets or sets the ChildRefId parameter. |
![]() |
parmChildType | Gets or sets the ChildType parameter. |
![]() |
parmInventDimCriteria | Gets or sets the InventDimCriteria parameter. |
![]() |
parmInventDimParmCriteria | Gets or sets the InventDimParmCriteria parameter. |
![]() |
parmPerChildType | Gets or sets the PerChildType parameter. |
![]() |
parmTransOriginId | Gets or sets the TransOriginId parameter. |
![]() |
pdsCWArrived | Retrieves catch weight arrived quantity. |
![]() |
pdsCWDeducted | Calculates and returns the catch weight quantity with status deducted. |
![]() |
pdsCWDlvRemain | Retrieves the catch weight remaining quantity. |
![]() |
pdsCWEstimated | Calculates and returns the catch weight quantity which has not been physically updated yet. |
![]() |
pdsCWEstimatedIssue | Calculates and returns the catch weight quantity that remains to be issued. |
![]() |
pdsCWEstimatedReceipt | Calculates and returns the catch weight quantity remaining to be received. |
![]() |
pdsCWFinancial | Calculates and returns the net catch weight quantity which has been financially updated. |
![]() |
pdsCWIssue | Calculates and returns the total catch weight quantity being issued. |
![]() |
pdsCWOnOrder | Calculates and returns the catch weight quantity on order. |
![]() |
pdsCWOrdered | Calculates and returns the catch weight quantity ordered. |
![]() |
pdsCWPhysical | Calculates and returns the catch weight quantity that has been packing slip updated, but not yet financially updated. |
![]() |
pdsCWPhysicalAfterDate | Calculates and returns the catch weight quantity which has been packing slip updated after a specified date, but not yet financially updated. |
![]() |
pdsCWPhysicalInventNotFinancial | Calculates and returns the catch weight quantity which has affected physical inventory, but has not yet been financially updated. |
![]() |
pdsCWPicked | Calculates and returns the catch weight quantity picked. |
![]() |
pdsCWPurchased | Calculates and returns the catch weight quantity purchased. |
![]() |
pdsCWQuotation | Retrieves the catch weight quotation quantity. |
![]() |
pdsCWQuotationIssue | Calculates and returns the catch weight quantity to be issued on quotation. |
![]() |
pdsCWQuotationReceipt | Calculates and returns the catch weight quantity to be received on quotation. |
![]() |
pdsCWReceipt | Calculates and returns the catch weight quantity that is being received. |
![]() |
pdsCWReceived | Calculates and returns the catch weight quantity with status received. |
![]() |
pdsCWRegistered | Calculates and returns the catch weight quantity registered. |
![]() |
pdsCWReserved | Calculates and returns the catch weight quantity currently reserved. |
![]() |
pdsCWReserveOrdered | Calculates and returns the catch weight quantity with a reserve ordered status. |
![]() |
pdsCWReservPhysical | Calculates and returns the catch weight quantity with a status of physical reserved. |
![]() |
pdsCWSold | Retrieves the catch weight sold quantity. |
![]() |
pdsCWWMS | Retrieves the catch weight WMS quantity. |
![]() |
pdsSold | Retrieves the sold quantity. |
![]() |
physical | Calculates and returns the quantity which has been packing slip updated, but not yet financially updated. |
![]() |
physicalAfterDate | Calculates and returns the quantity that has been packing slip updated after a specified date, but not yet financially updated. |
![]() |
physicalInvent | Calculates and returns the quantity which has affected physical inventory. |
![]() |
physicalInventNotFinancial | Calculates and returns the quantity which has affected physical inventory, but has not yet been financially updated. |
![]() |
picked | Calculates and returns the quantity picked. |
![]() |
purchased | Calculates and returns the quantity purchased. |
![]() |
quotationIssue | Calculates and returns the quantity to be issued on quotation. |
![]() |
quotationReceipt | Calculates and returns the quantity to be received on quotation. |
![]() |
receipt | Calculates and returns the quantity being received. |
![]() |
received | Calculates and returns the quantity with status received. |
![]() |
registered | Calculates and returns the quantity registered. |
![]() |
reserved | Calculates and returns the quantity currently reserved. |
![]() |
reserveOrdered | Calculates and returns the quantity with status reservOrdered. |
![]() |
reservPhysical | Calculates and returns the quantity with status the reservPhysical value. |
![]() |
setInventTransStatus | Sets new status for the InventTrans record and update internal counters. |
![]() |
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.) |
![]() |
update | Updates the internal counters for the specified status with the specified quantity. |
![]() |
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.) |
![]() |
wms | Calculates and returns the quantity which has affected physical inventory and has not been financially or physically updated. |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | Constructs a new instance of the InventTransIdSum class based on the specified transaction originator. |
![]() ![]() |
::newParameters | Creates a new instance of the InventTransIdSum class for a specified inventory movement based on specified parameters. |
![]() ![]() |
::newTransIdChildType | Creates a new instance of the InventTransIdSum class for a given inventory movement based on specified parameters. |
![]() ![]() |
::newTransIdNoChildType | Creates a new instance of the InventTransIdSum class for a given inventory movement. |
![]() ![]() |
::newTransOriginId | Creates a new instance of the InventTransIdSum class for a given inventory movement. |
![]() ![]() |
::newTransOriginIdDimension | Creates a new instance of the InventTransIdSum class for a given inventory movement. |
Top
Inheritance Hierarchy
Object Class
InventTransIdSum Class
InventTransIdSum_DataPhysical_RU Class
InventTransIdSum_InventLocation Class
InventTransIdSum_MarkingRef Class
InventTransIdSum_VoucherPhysical Class
InventTransIdSumSingleStatus Class