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