InventTrackingRegisterUpdate Class [AX 2012]

The InventTrackingRegisterUpdate class provides operations to update inventory tracking register transactions associated with an InventMovement.

Syntax

class InventTrackingRegisterUpdate

Run On

Server

Methods

  Method Description
Dn670583.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn670583.pubmethod(en-us,AX.60).gif canRegisterTrackingDimension Validates whether the specified inventory dimension combination and quantity can be registered.
Dn670583.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn670583.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn670583.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn670583.privmethod(en-us,AX.60).gif isRegistrationAllowed Validates that registration the current movement allows registration.
Dn670583.privmethod(en-us,AX.60).gif isRegistrationBlank Validates whether the specified tracking inventory dimension combination and quantity contain all blank values.
Dn670583.privmethod(en-us,AX.60).gif isRegistrationQuantityRoundingValid Validates that the registered quantity is rounded off correctly.
Dn670583.privmethod(en-us,AX.60).gif isRegistrationQuantitySignValid Validates whether the sign of the registered quantity is equal to the movement quantity.
Dn670583.privmethod(en-us,AX.60).gif isRegistrationQuantityValueValid Validates whether the registered quantity is correct.
Dn670583.privmethod(en-us,AX.60).gif isSerialNumberControlEnabled Checks whether serial number is active and serial number controlled.
Dn670583.protmethod(en-us,AX.60).gif new Creates a new instance of the InventTrackingRegisterUpdate class for the specified inventory movement.
Dn670583.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.)
Dn670583.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.)
Dn670583.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn670583.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn670583.protmethod(en-us,AX.60).gif parmInventSerialIdFieldSetup Gets the InventSerialIdFieldSetup parameter.
Dn670583.protmethod(en-us,AX.60).gif parmMovement Gets the Movement parameter.
Dn670583.pubmethod(en-us,AX.60).gif registerTrackingDimension Registers a InventTrackingRegisterTrans record for the specified inventory dimension combination and quantity.
Dn670583.privmethod(en-us,AX.60).gif retrieveTrackingInventDim Retrieves an InventDim record containing only tracking dimension values.
Dn670583.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn670583.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn670583.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.)
Dn670583.pubmethod(en-us,AX.60).gif validateRegistration Validates that registration of the specified inventory dimension combination and quantity is correct.
Dn670583.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn670583.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn670583.protmethod(en-us,AX.60).gif Dn670583.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventTrackingRegisterUpdate class.
Dn670583.pubmethod(en-us,AX.60).gif Dn670583.static(en-us,AX.60).gif ::newFromMovement Initializes a new instance of the InventTrackingRegisterUpdate class.

Top

Inheritance Hierarchy

Object Class
  InventTrackingRegisterUpdate Class