RetailTransferOrderHandler Class [AX 2012]
The RetailTransferOrderHandler class creates a transfer order.
Syntax
class RetailTransferOrderHandler
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
createTransferLine | Inserts a record in InventTransferLine table. | |
createTransferLine_IN | Inserts an InventTransferLine_IN record for the current InventTransferLine record. | |
createTransferTable | Creates a transfer order. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
getTransferPrice_IN | Gets the transfer price. | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
inventTransferLine | ||
itemCostPrice_IN | Gets the item cost price. | |
itemTransferPrice_IN | Gets the item transfer price. | |
new | Initializes a new instance of the RetailTransferOrderHandler 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.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmCommon | Gets or sets the Common parameter. | |
parmInventDim | Gets or sets the InventDim parameter. | |
parmInventLocationFrom | Gets or sets the InventLocationFrom parameter. | |
parmInventLocationTo | Gets or sets the InventLocationTo parameter. | |
parmInventTransferTable | Gets or sets the InventTransferTable parameter. | |
parmItemId | Gets or sets the ItemId parameter. | |
parmQty | Gets or sets the Qty parameter. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
setTransferLine | Sets the ShipDate and ReceiveDate values for a transfer order and initializes the transfer order line. | |
setTransferLineFiscalInfo_BR | ||
setTransferTable | Initializes the transfer order with location and date fields. | |
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 RetailTransferOrderHandler class. | |
::newTransfer | Initializes the RetailTransferOrderHandler class by using start location, end location and item values. |
Top
Inheritance Hierarchy
Object Class
RetailTransferOrderHandler Class