InventTransWMS Class [AX 2012]
The InventTransWMS class is a base class that is used by specialized classes for selection and registration forms.
| Method | Description | |
|---|---|---|
| abortTmpInventTransWMS | Reverses updates to the internal maps. |
| beginTmpInventTransWMS | Creates a Map object to track the changes to internal memory structures so that the changes can be reverted. |
| buttonDeleteTmp | Handles the scenario in which the user presses the Delete all button. |
| 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. |
| deleteBoxText | Provides the correct text to show in the Delete all box. |
| deleteTmp | Updates internal variables when a pending record is deleted. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getSelectedQty | Gets the selected quantity for a specified movement. |
| getSelectedQtyCW | Gets the selected catch weight quantity for a specified movement. |
| 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. |
| initInventTransWMS | Forces the TmpInventTransWMS table to be located on the server tier. |
| initSelectedQty | Resets the internal Map objects that are used to store selected quantities per movement. |
| isInventTransSelected | Determines whether a specified InventTrans record is selected for a pending picking or registration update. |
| makeTableEmpty | Deletes all records in the TmpInventTransWMS table and initializes internal variables. |
| mapQtyByTmpInventTransWMSInventTrans | Retrieves a map that holds selected quantities by InventTrans record ID. |
| movement | Retrieves the inventory movement for the specified record. |
| new | Initializes a new instance of the InventTransWMS 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmTmpInventTransWMS | Gets or sets the TmpInventTransWMS parameter. |
| setSelectedQty | Sets detail information for a pending record. |
| 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.) |
| validateTmp | Validates whether the proposed change to a pending record is valid. |
| wait | Pauses a process. (Inherited from Object.) |
| writeTmp | Writes the record to the TmpInventTransWMS table. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::prepareUpdateInvent | Inserts records that use details from the specified maps to prepare the TmpInventTransWMS table to be processed. |
Community Additions
ADD
Show: