InventTransWMS_Pick Class [AX 2012]
The InventTransWMS class is used by the simple picking form.
Syntax
class InventTransWMS_Pick extends InventTransWMS
Run On
Client
Methods
| Method | Description | |
|---|---|---|
![]() |
abortTmpInventTransWMS | Reverses updates to the internal maps. (Inherited from InventTransWMS.) |
![]() |
addInventTrans | Adds inventory transactions to pending records. |
![]() |
availableQuantity | Determines the available quantity for a given inventory transaction. |
![]() |
beginTmpInventTransWMS | Creates a Map object to track the changes to internal memory structures so that the changes can be reverted. (Inherited from InventTransWMS.) |
![]() |
buttonDeleteTmp | Handles the scenario in which the user presses the Delete all button. (Inherited from InventTransWMS.) |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
commitTmpInventTransWMS | Deletes the current map that was used to track pending changes to internal memory structures. (Inherited from InventTransWMS.) |
![]() |
createFromHandlingUnit | Creates records in the pending records table that is based on a handling unit selection. |
![]() |
createFromInventTrans | Creates a new record in the pending records table that is based on an inventory transaction. |
![]() |
createFromInventTransInternal | Creates a new record in the pending records table based on an inventory transaction. |
![]() |
deleteBoxText | Provides the correct text for the 'Delete all' box. (Overrides the deleteBoxText Method.) |
![]() |
deleteTmp | Updates internal variables when a pending record is deleted. (Inherited from InventTransWMS.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getSelectedQty | Gets the selected quantity for a specified movement. (Inherited from InventTransWMS.) |
![]() |
getSelectedQtyCW | Gets the selected catch weight quantity for a specified movement. (Inherited from InventTransWMS.) |
![]() |
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 internal variables. (Overrides the init Method.) |
![]() |
initAvailableQuantity | Resets the internal Map object that is used to store the available quantity. |
![]() |
initInventTransWMS | Forces the TmpInventTransWMS table to be located on the server tier. (Inherited from InventTransWMS.) |
![]() |
initSelectedQty | Sets the internal Map objects used to store selected quantities per movement. (Overrides the initSelectedQty Method.) |
![]() |
isInventTransSelected | Determines whether a specified InventTrans record is selected for a pending picking or registration update. (Inherited from InventTransWMS.) |
![]() |
makeTableEmpty | Deletes all records in the TmpInventTransWMS table and initializes internal variables. (Overrides the makeTableEmpty Method.) |
![]() |
mapQtyByTmpInventTransWMSInventTrans | Retrieves a map that holds selected quantities by InventTrans record ID. (Inherited from InventTransWMS.) |
![]() |
mergeInventDimHandlingUnit | Merges inventory dimensions so that the location, warehouse location, pallet, batch and serial numbers are filling in blanks in the original issue dimension. |
![]() |
movement | Retrieves the inventory movement for the specified record. (Overrides the movement Method.) |
![]() |
new | Initializes a new instance of the InventTransWMS class. (Inherited from InventTransWMS.) |
![]() |
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.) |
![]() |
parmBaseQueryInventTrans | Gets or sets the BaseQueryInventTrans parameter. |
![]() |
parmTmpInventTransWMS | Gets or sets the TmpInventTransWMS parameter. (Inherited from InventTransWMS.) |
![]() |
pickedQty | Calculates how much has already been picked by the specified movement for the specified dimensions. |
![]() |
pickedQtyCW | Calculates how much has already been picked by the specified movement for the specified dimensions. |
![]() |
pickRemain | Calculates the quantity that is not picked yet. |
![]() |
pickRemainCW | Calculates the catch weight quantity that is not picked yet. |
![]() |
queryInventTrans | Builds a Query object that can be used to find inventory transactions that can be added to the pending records tables. |
![]() |
setSelectedQty | Sets detail information for a pending record. (Overrides the setSelectedQty 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.) |
![]() |
updateInvent | Converts the pending picking records to actual updates. |
![]() |
updateQuantity | Updates the quantity of a pending record. |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
validateTmp | Validates that the proposed change to a pending record is valid. (Overrides the validateTmp Method.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
writeTmp | Writes the record to the TmpInventTransWMS table. (Inherited from InventTransWMS.) |
![]() |
writeTmpInventTransWMS | Indicates whether a record writes to the pending records table. |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() |
::construct | Initializes a new instance of the InventTransWMS_Pick class. |
![]() |
::inventMovement | Retrieves the inventory movement that is currently being picked. |
![]() |
::listCallerTable | Retrieves a list of movement originator records based on the form data source. |
![]() |
::newStandard | Instantiates a new InventTransWMS_Pick object. |
![]() |
::updateInventServer | Converts the pending picking records to actual updates. |
Top
Inheritance Hierarchy
Object Class
InventTransWMS Class
InventTransWMS_Pick Class
.gif)
.gif)
.gif)