InventRegistrationSalesLine Class [AX 2012]

The InventRegistrationSalesLine class provides an implementation of the InventPendingRegistrationProvider interface and the InventRegistrationHandler interface for the sales lines.

Syntax

class InventRegistrationSalesLine implements InventPendingRegistrationProvider, InventRegistrationHandler

Run On

Called

Methods

  Method Description
Gg821108.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg821108.pubmethod(en-us,AX.60).gif canRegister Determines whether the registration can be performed.
Gg821108.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg821108.pubmethod(en-us,AX.60).gif getDescription Gets the description for the sales order line.
Gg821108.pubmethod(en-us,AX.60).gif getDirPartyRecId Gets the DirPartyRecId value of the customer who is associated with the sales order.
Gg821108.pubmethod(en-us,AX.60).gif getDistinctProductRecId Gets the EcoResDistinctProductRecId value of the item on the sales order line.
Gg821108.pubmethod(en-us,AX.60).gif getExpectedDeliveryDateTime Gets the expected delivery date for the sales order line.
Gg821108.pubmethod(en-us,AX.60).gif getGrossVolume Gets the gross volume for the items on the sales order line.
Gg821108.pubmethod(en-us,AX.60).gif getGrossWeight Gets the gross weight for the items in the sales order line.
Gg821108.privmethod(en-us,AX.60).gif getInventDim Gets the InventDim record of the sales order line.
Gg821108.pubmethod(en-us,AX.60).gif getPendingRegistrationQuantity Gets the pending quantity that is to be registered for the sales order line.
Gg821108.pubmethod(en-us,AX.60).gif getReceiptInventLocationId Gets an InventLocationId value that is related to the source line where the receipt is expected.
Gg821108.pubmethod(en-us,AX.60).gif getReceiptInventSiteId Gets an InventSiteId value that is related to the source line where the receipt is expected.
Gg821108.pubmethod(en-us,AX.60).gif getReferenceCategory Gets the InventTransType enumeration value for the order line.
Gg821108.pubmethod(en-us,AX.60).gif getReferenceId Gets the sales ID of the sales order.
Gg821108.pubmethod(en-us,AX.60).gif getReferenceLineId Gets the InventTransId value for the sales order line.
Gg821108.privmethod(en-us,AX.60).gif getRegistrationHelper Gets an InventTransType enumeration value for the sales order line.
Gg821108.pubmethod(en-us,AX.60).gif getRegistrationProvider
Gg821108.pubmethod(en-us,AX.60).gif getSourceDocumentLineRecId Gets the SourceDocumentLineRecId value for the sales order line.
Gg821108.pubmethod(en-us,AX.60).gif getSourceLineCategoryRecId Gets the EcoResCategoryId value of the sales category for the sales order line.
Gg821108.pubmethod(en-us,AX.60).gif getSourceLineLegalEntityRecId Gets the RefRecID value of the legal entity.
Gg821108.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg821108.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg821108.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventRegistrationSalesLine class.
Gg821108.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.)
Gg821108.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.)
Gg821108.pubmethod(en-us,AX.60).gif notifyOnRegistration Handles the processing that is required after the registration of the sales order line has completed.
Gg821108.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg821108.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg821108.pubmethod(en-us,AX.60).gif parmSalesLine Gets or sets the SalesLine parameter.
Gg821108.pubmethod(en-us,AX.60).gif parmWMSArrivalDetailTmp Gets or sets the WMSArrivalDetailTmp parameter.
Gg821108.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg821108.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg821108.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.)
Gg821108.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg821108.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg821108.pubmethod(en-us,AX.60).gif Gg821108.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventRegistrationSalesLine class.
Gg821108.pubmethod(en-us,AX.60).gif Gg821108.static(en-us,AX.60).gif ::newFromSalesLine Constructs and returns an instance of the InventRegistrationSalesLine class that is based on a specified SalesLine record.
Gg821108.pubmethod(en-us,AX.60).gif Gg821108.static(en-us,AX.60).gif ::newFromSourceDocumentLine Constructs and returns an instance of the InventRegistrationSalesLine class that is based on a specified SourceDocumentLine record.

Top

Inheritance Hierarchy

Object Class
  InventRegistrationSalesLine Class