InventTrackRegTrans_PhysicalIssue Class [AX 2012]

This is the controller class for the InventTrackingRegisterTrans form.

It is used when form is opened to register serial numbers for physical issue.

Syntax

class InventTrackRegTrans_PhysicalIssue extends InventTrackingRegisterTransForm

Run On

Called

Methods

  Method Description
Dn670654.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn670654.pubmethod(en-us,AX.60).gif canInsertSerialId Checks if specified serial can be inserted. (Overrides the canInsertSerialId Method.)
Dn670654.pubmethod(en-us,AX.60).gif createUnknownRecord Creates tracking record with unknown serial id. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn670654.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn670654.pubmethod(en-us,AX.60).gif getTotalLinesCount Calculates total quantity of registred serial numbers. (Overrides the getTotalLinesCount Method.)
Dn670654.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn670654.pubmethod(en-us,AX.60).gif initFormDatasource Inits the form datasource. (Overrides the initFormDatasource Method.)
Dn670654.pubmethod(en-us,AX.60).gif initInventTrackingRegisterTrans Init the InventTrackingRegisterTrans buffer. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif insertSerialNumber Insert tracking reccord with specified serial id. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif isReadonly Specifies if form should be opened in read only mode. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif lineCountLabel Gets the label for displaying the line count. (Overrides the lineCountLabel Method.)
Dn670654.protmethod(en-us,AX.60).gif new Creates new instance of the InventTrackingRegisterTransForm class. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.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.)
Dn670654.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.)
Dn670654.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn670654.pubmethod(en-us,AX.60).gif onExecutingQuery Executes controller logic to update query ranges before query is executed. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn670654.pubmethod(en-us,AX.60).gif parmCanAddRemove Gets or sets value indicating wheter serial number can be added or removed on the form. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif parmInventTransOrigin Gets or sets the InventTransOrigin parameter. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif parmReadOnly Gets or sets the ReadOnly parameter. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif parmRegisterQty Gets or sets the RegisterQty parameter. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif parmShowStatus Gets or sets the ShowStatus parameter. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif parmStatusMessage Gets or sets the StatusMessage parameter. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif postRecordDeleted Should be invoked after a registration record has been deleted in the form. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif postRegisterModeChange Should be invoked the registration mode has been changed. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.protmethod(en-us,AX.60).gif qtySign Gets the sign of the update quantity. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif remainingQty Returns remaining quantity on the form. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif removeAll Removes all serial numbers from the form. (Overrides the removeAll Method.)
Dn670654.pubmethod(en-us,AX.60).gif replaceSerialId Replace serial id on the record. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif requiredQty Returns quantity required to be registred on the form. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.protmethod(en-us,AX.60).gif setAllSerialRegisteredStatus Sets the status to indicate all serial numbers are registered. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.protmethod(en-us,AX.60).gif setBlankStatus Sets the status to blank. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.protmethod(en-us,AX.60).gif setDuplicateSerialStatus Sets the status to indicate a duplicate serial number. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.protmethod(en-us,AX.60).gif setOkStatus Sets the status to OK. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn670654.protmethod(en-us,AX.60).gif setUnknownSerialStatus Sets the status to indicate that the serial number is unknown. (Inherited from InventTrackingRegisterTransForm.)
Dn670654.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn670654.pubmethod(en-us,AX.60).gif unregisterSerialNumber Unregister serial number. (Overrides the unregisterSerialNumber Method.)
Dn670654.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.)
Dn670654.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn670654.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  InventTrackingRegisterTransForm Class
    InventTrackRegTrans_PhysicalIssue Class
      InventTrackRegTrans_PhysicalReceipt Class