InventTransWMS_Register Class [AX 2012]
The InventTransWMS_Register class is used by the simple registration form.
| Method | Description | |
|---|---|---|
| abortTmpInventTransWMS | Reverses updates to the internal maps. (Inherited from InventTransWMS.) |
| 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.) |
| canUpdateTmpSerialId | Determines whether the serial numbers can be assigned to the pending registration record. |
| canUpdateTransSerialId | Determines whether the serial numbers can be assigned to the specified InventTrans record. |
| commitTmpInventTransWMS | Deletes the current map that was used to track pending changes to internal memory structures. (Inherited from InventTransWMS.) |
| createFromInventTrans | Creates a new record in the pending records table that is based on an inventory transaction. |
| createFromInventTransCW | Creates the new InventTransWMS records for full visibility catch weight items. |
| deleteBoxText | Provides the appropriate text to show in the dialog 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.) |
| findOrCreateInventBatch | Finds or creates a new InventBatch record for the InventTrans record. |
| findOrCreateInventSerial | Finds or creates a new InventSerial record for the InventTrans record. |
| 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. (Inherited from InventTransWMS.) |
| initFromInventTransInventTransOrigin | Initializes a TmpInventTransWMS record by using values from InventTrans and InventTransOrigin records. |
| initInventDimQuarantine | Changes warehouse to quarantine warehouse if needed. |
| initInventTransWMS | Forces the TmpInventTransWMS table to be located on the server tier. (Inherited from InventTransWMS.) |
| initSelectedQty | Resets the internal Map objects that are used to store selected quantities per movement. (Inherited from InventTransWMS.) |
| 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. (Inherited from InventTransWMS.) |
| mapQtyByTmpInventTransWMSInventTrans | Retrieves a map that holds selected quantities by InventTrans record ID. (Inherited from InventTransWMS.) |
| 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.) |
| parmTmpInventTransWMS | Gets or sets the TmpInventTransWMS parameter. (Inherited from InventTransWMS.) |
| refreshMapQtyByTmpInventTransWMS | Refresh the map mapQtyByTmpInventTransWMS after TmpInventTransWMS is splitted. |
| registeredQty | Calculates how much has already been registered by the specified movement for the specified dimensions. |
| registeredQtyCW | Calculates the quantity that has already been registered by the specified movement for the specified dimensions. |
| registerRemain | Calculates the quantity that is not yet registered. |
| registerRemainCW | Calculates the quantity that is not yet registered. |
| setSelectedQty | Sets detail information for a pending record. (Inherited from InventTransWMS.) |
| 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 proposed changes into real inventory updates. |
| updateInventFromMovement | Calls a server bound method to convert the proposed changes into real inventory updates for a given inventory movement. |
| updateTmpSerialId | Assigns the serial numbers to the pending registration record. |
| updateTransSerialId | Assigns the serial numbers to the InventTrans record. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateTmp | Determines whether 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 | Writes a record 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_Register class. |
| ::inventMovement | Finds the inventory movement that is currently to be registered. |
| ::newStandard | Instantiates a new InventTransWMS_Register object. |
| ::showSerialIdCreateForm | Presents the dialog box for serial number creation and retrieves the user input. |
| ::updateInventFromMovementServer | Converts the proposed changes into real inventory updates for a specified inventory movement. |
| ::updateInventOnServer | Calls a server bound method to convert the proposed changes into real inventory updates for a given buffer. |
| ::updateTmpSerialIdServer | Assigns serial numbers to the pending registration record. |
| ::updateTransSerialIdServer | Assigns serial numbers to the InventTrans record. |
Community Additions
ADD
Show: