InventTransWMS_Register Class [AX 2012]

The InventTransWMS_Register class is used by the simple registration form.

Syntax

class InventTransWMS_Register extends InventTransWMS

Run On

Client

Methods

  Method Description
Gg864760.protmethod(en-us,AX.60).gif abortTmpInventTransWMS Reverses updates to the internal maps. (Inherited from InventTransWMS.)
Gg864760.protmethod(en-us,AX.60).gif beginTmpInventTransWMS Creates a Map object to track the changes to internal memory structures so that the changes can be reverted. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif buttonDeleteTmp Handles the scenario in which the user presses the Delete all button. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg864760.pubmethod(en-us,AX.60).gif canUpdateTmpSerialId Determines whether the serial numbers can be assigned to the pending registration record.
Gg864760.pubmethod(en-us,AX.60).gif canUpdateTransSerialId Determines whether the serial numbers can be assigned to the specified InventTrans record.
Gg864760.protmethod(en-us,AX.60).gif commitTmpInventTransWMS Deletes the current map that was used to track pending changes to internal memory structures. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif createFromInventTrans Creates a new record in the pending records table that is based on an inventory transaction.
Gg864760.protmethod(en-us,AX.60).gif createFromInventTransCW Creates the new InventTransWMS records for full visibility catch weight items.
Gg864760.protmethod(en-us,AX.60).gif deleteBoxText Provides the appropriate text to show in the dialog box. (Overrides the deleteBoxText Method.)
Gg864760.pubmethod(en-us,AX.60).gif deleteTmp Updates internal variables when a pending record is deleted. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg864760.protmethod(en-us,AX.60).gif findOrCreateInventBatch Finds or creates a new InventBatch record for the InventTrans record.
Gg864760.protmethod(en-us,AX.60).gif findOrCreateInventSerial Finds or creates a new InventSerial record for the InventTrans record.
Gg864760.pubmethod(en-us,AX.60).gif getSelectedQty Gets the selected quantity for a specified movement. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif getSelectedQtyCW Gets the selected catch weight quantity for a specified movement. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg864760.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg864760.protmethod(en-us,AX.60).gif init Initializes internal variables. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif initFromInventTransInventTransOrigin Initializes a TmpInventTransWMS record by using values from InventTrans and InventTransOrigin records.
Gg864760.protmethod(en-us,AX.60).gif initInventDimQuarantine Changes warehouse to quarantine warehouse if needed.
Gg864760.protmethod(en-us,AX.60).gif initInventTransWMS Forces the TmpInventTransWMS table to be located on the server tier. (Inherited from InventTransWMS.)
Gg864760.protmethod(en-us,AX.60).gif initSelectedQty Resets the internal Map objects that are used to store selected quantities per movement. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif isInventTransSelected Determines whether a specified InventTrans record is selected for a pending picking or registration update. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif makeTableEmpty Deletes all records in the TmpInventTransWMS table and initializes internal variables. (Inherited from InventTransWMS.)
Gg864760.protmethod(en-us,AX.60).gif mapQtyByTmpInventTransWMSInventTrans Retrieves a map that holds selected quantities by InventTrans record ID. (Inherited from InventTransWMS.)
Gg864760.protmethod(en-us,AX.60).gif movement Retrieves the inventory movement for the specified record. (Overrides the movement Method.)
Gg864760.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventTransWMS class. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg864760.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg864760.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg864760.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg864760.pubmethod(en-us,AX.60).gif parmTmpInventTransWMS Gets or sets the TmpInventTransWMS parameter. (Inherited from InventTransWMS.)
Gg864760.privmethod(en-us,AX.60).gif refreshMapQtyByTmpInventTransWMS Refresh the map mapQtyByTmpInventTransWMS after TmpInventTransWMS is splitted.
Gg864760.protmethod(en-us,AX.60).gif registeredQty Calculates how much has already been registered by the specified movement for the specified dimensions.
Gg864760.protmethod(en-us,AX.60).gif registeredQtyCW Calculates the quantity that has already been registered by the specified movement for the specified dimensions.
Gg864760.pubmethod(en-us,AX.60).gif registerRemain Calculates the quantity that is not yet registered.
Gg864760.pubmethod(en-us,AX.60).gif registerRemainCW Calculates the quantity that is not yet registered.
Gg864760.protmethod(en-us,AX.60).gif setSelectedQty Sets detail information for a pending record. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg864760.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg864760.pubmethod(en-us,AX.60).gif updateInvent Converts the proposed changes into real inventory updates.
Gg864760.pubmethod(en-us,AX.60).gif updateInventFromMovement Calls a server bound method to convert the proposed changes into real inventory updates for a given inventory movement.
Gg864760.pubmethod(en-us,AX.60).gif updateTmpSerialId Assigns the serial numbers to the pending registration record.
Gg864760.pubmethod(en-us,AX.60).gif updateTransSerialId Assigns the serial numbers to the InventTrans record.
Gg864760.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg864760.protmethod(en-us,AX.60).gif validateTmp Determines whether the proposed change to a pending record is valid. (Overrides the validateTmp Method.)
Gg864760.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg864760.protmethod(en-us,AX.60).gif writeTmp Writes the record to the TmpInventTransWMS table. (Inherited from InventTransWMS.)
Gg864760.pubmethod(en-us,AX.60).gif writeTmpInventTransWMS Writes a record to the pending records table.
Gg864760.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg864760.privmethod(en-us,AX.60).gif Gg864760.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventTransWMS_Register class.
Gg864760.pubmethod(en-us,AX.60).gif Gg864760.static(en-us,AX.60).gif ::inventMovement Finds the inventory movement that is currently to be registered.
Gg864760.pubmethod(en-us,AX.60).gif Gg864760.static(en-us,AX.60).gif ::newStandard Instantiates a new InventTransWMS_Register object.
Gg864760.protmethod(en-us,AX.60).gif Gg864760.static(en-us,AX.60).gif ::showSerialIdCreateForm Presents the dialog box for serial number creation and retrieves the user input.
Gg864760.protmethod(en-us,AX.60).gif Gg864760.static(en-us,AX.60).gif ::updateInventFromMovementServer Converts the proposed changes into real inventory updates for a specified inventory movement.
Gg864760.protmethod(en-us,AX.60).gif Gg864760.static(en-us,AX.60).gif ::updateInventOnServer Calls a server bound method to convert the proposed changes into real inventory updates for a given buffer.
Gg864760.protmethod(en-us,AX.60).gif Gg864760.static(en-us,AX.60).gif ::updateTmpSerialIdServer Assigns serial numbers to the pending registration record.
Gg864760.pubmethod(en-us,AX.60).gif Gg864760.static(en-us,AX.60).gif ::updateTransSerialIdServer Assigns serial numbers to the InventTrans record.

Top

Inheritance Hierarchy

Object Class
  InventTransWMS Class
    InventTransWMS_Register Class