InventReleaseOrderPickingForm Class [AX 2012]

The InventReleaseOrderPickingForm class generates and updates data in the InventReleaseOrderPickingTmp table.

Syntax

class InventReleaseOrderPickingForm

Run On

Server

Methods

  Method Description
Gg821142.protmethod(en-us,AX.60).gif allOrdersDeliverable Indicates whether all orders for _itemId and _inventDim can be delivered.
Gg821142.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg821142.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg821142.protmethod(en-us,AX.60).gif findInventDim Finds the InventDim record by the specified InventDimId.
Gg821142.protmethod(en-us,AX.60).gif findInventOnHandQty Finds the on-hand quantities for the specified item and dimensions.
Gg821142.protmethod(en-us,AX.60).gif findQtyOnPick Finds the quantity on a picking list or output order for the item and the inventdim on the sales line.
Gg821142.protmethod(en-us,AX.60).gif findQtyPhysicalInvent
Gg821142.protmethod(en-us,AX.60).gif findQtyReservedOrdered Returns the quantity from inventTrans that has a statusIssueStatusIssue::ReservOrdered.
Gg821142.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg821142.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg821142.protmethod(en-us,AX.60).gif initInventDimParm Initializes an InventDimParm buffer from the the specified InventDim buffer.
Gg821142.protmethod(en-us,AX.60).gif initProdExistQueryAndRange Initializes the query and querybuildranges that are used to determine whether a production order exists.
Gg821142.protmethod(en-us,AX.60).gif initSalesLineExistQueryAndRange Initializes query and querybuildranges that are used to determine whether a sales order exists.
Gg821142.protmethod(en-us,AX.60).gif initTransferExistQueryAndRange Initializes query and querybuildranges that are used to determine whether a transfer order exists.
Gg821142.protmethod(en-us,AX.60).gif needAllocation Determines whether manual allocation is need for orders.
Gg821142.protmethod(en-us,AX.60).gif new This method is declared as protected in order to prevent creating instances of this base class.
Gg821142.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.)
Gg821142.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.)
Gg821142.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg821142.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg821142.protmethod(en-us,AX.60).gif parmDeductUnreserved Gets or sets the DeductUnreserved parameter.
Gg821142.pubmethod(en-us,AX.60).gif parmInventReleaseOrderPickingTmp Gets or sets the InventReleaseOrderPickingTmp parameter.
Gg821142.protmethod(en-us,AX.60).gif pdsCWAllOrdersDeliverable Checks whether enough physical inventory is available to fulfill the quantities on an order.
Gg821142.pubmethod(en-us,AX.60).gif pdsCWFindQtyOnPick Finds the catch weight quantity on a picking list or output order for the item and the inventdim on the sales line.
Gg821142.pubmethod(en-us,AX.60).gif pdsCWFindQtyPhysicalInvent Finds the total catch weight quantity for a specified item that has the specified dimensions.
Gg821142.pubmethod(en-us,AX.60).gif pdsCWFindQtyReservedOrdered Gets the catch weight quantity from the inventTrans table that has a statusIssue enumeration value of StatusIssue::ReservOrdered.
Gg821142.protmethod(en-us,AX.60).gif pdsCWNeedAllocation Checks whether more inventory has to be allocated to cover the catch-weight quantity on an order.
Gg821142.protmethod(en-us,AX.60).gif productionOrderLineExist
Gg821142.protmethod(en-us,AX.60).gif salesOrderExist Tests whether a sales order for the _itemId with _inventDim exists.
Gg821142.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg821142.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg821142.protmethod(en-us,AX.60).gif transferOrderExist Indicates whether a transfer order for the _itemId with _inventDim exists.
Gg821142.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.)
Gg821142.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg821142.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg821142.protmethod(en-us,AX.60).gif Gg821142.static(en-us,AX.60).gif ::checkOverActivate Determines whether the user is requesting to release a quantity that exceeds the available quantity.

Top

Remarks

The InventReleaseOrderPickingTmp table is used in the release sales order and release transfer order forms.

Inheritance Hierarchy

Object Class
  InventReleaseOrderPickingForm Class
    InventReleaseOrderPickingForm_Sales Class
    InventReleaseOrderPickingForm_Transfer Class