InventReleaseOrderPickingForm_Sales Class [AX 2012]
The InventReleaseOrderPickingForm_Sales class is used to create and update orders that have been released to sales.
| Method | Description | |
|---|---|---|
| allOrdersDeliverable | Determines whether all orders with the same item and inventory dimensions can be delivered. (Overrides the allOrdersDeliverable Method.) |
| bldInventReleaseOrderPickingTmp | Builds the temporary table that is used in the related forms. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createOrderLinesPossibleQuery | |
| deliverPossiblePctCalc | Calculates the delivery percent possible for the whole order and updates this amount in the temporary table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findInventDim | Finds the InventDim record by the specified InventDimId. (Inherited from InventReleaseOrderPickingForm.) |
| findInventOnHandQty | Finds the on-hand quantities for the specified item and dimensions. (Inherited from InventReleaseOrderPickingForm.) |
| findQtyOnPick | Finds the quantity on a picking list or output order for the item and the inventdim on the sales line. (Inherited from InventReleaseOrderPickingForm.) |
| findQtyPhysicalInvent | (Inherited from InventReleaseOrderPickingForm.) |
| findQtyRemainToDeliver | Calculates quantity which remains to deliver. |
| findQtyReservedOrdered | Returns the quantity from inventTrans that has a statusIssueStatusIssue::ReservOrdered. (Inherited from InventReleaseOrderPickingForm.) |
| findQtyWMSOrder | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initInventDimParm | Initializes an InventDimParm buffer from the the specified InventDim buffer. (Inherited from InventReleaseOrderPickingForm.) |
| initProdExistQueryAndRange | Initializes the query and querybuildranges that are used to determine whether a production order exists. (Inherited from InventReleaseOrderPickingForm.) |
| initSalesLineExistQueryAndRange | Initializes query and querybuildranges that are used to determine whether a sales order exists. (Inherited from InventReleaseOrderPickingForm.) |
| initTransferExistQueryAndRange | Initializes query and querybuildranges that are used to determine whether a transfer order exists. (Inherited from InventReleaseOrderPickingForm.) |
| needAllocation | Determines whether manual allocation is required for orders. (Overrides the needAllocation Method.) |
| new | Initializes a new instance of the InventReleaseOrderPickingForm_Sales class. (Overrides the new Method.) |
| 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.) |
| parmDeductUnreserved | Gets or sets the DeductUnreserved parameter. (Inherited from InventReleaseOrderPickingForm.) |
| parmInventReleaseOrderPickingTmp | Gets or sets the InventReleaseOrderPickingTmp parameter. (Inherited from InventReleaseOrderPickingForm.) |
| pdsCWAllOrdersDeliverable | Checks whether enough physical inventory is available to fulfill the quantities on an order. (Inherited from InventReleaseOrderPickingForm.) |
| pdsCWFindQtyOnPick | Finds the catch weight quantity on a picking list or output order for the item and the inventdim on the sales line. (Inherited from InventReleaseOrderPickingForm.) |
| pdsCWFindQtyPhysicalInvent | Finds the total catch weight quantity for a specified item that has the specified dimensions. (Inherited from InventReleaseOrderPickingForm.) |
| pdsCWFindQtyReservedOrdered | Gets the catch weight quantity from the inventTrans table that has a statusIssue enumeration value of StatusIssue::ReservOrdered. (Inherited from InventReleaseOrderPickingForm.) |
| pdsCWNeedAllocation | Checks whether more inventory has to be allocated to cover the catch-weight quantity on an order. (Inherited from InventReleaseOrderPickingForm.) |
| productionOrderLineExist | (Inherited from InventReleaseOrderPickingForm.) |
| salesOrderExist | Tests whether a sales order for the _itemId with _inventDim exists. (Inherited from InventReleaseOrderPickingForm.) |
| 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.) |
| transferOrderExist | Indicates whether a transfer order for the _itemId with _inventDim exists. (Inherited from InventReleaseOrderPickingForm.) |
| updateNumberOfOrderLinesDeliverableMap | Updates the internal structures that contain information about how many order lines can be delivered. |
| 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.) |
| ::buildData | Builds the temporary table that is used in the related forms. |
| ::checkOverActivate | Verifies that the user is requesting to release a quantity that does not exceed the available quantity. |
| ::construct | Initializes a new instance of the InventReleaseOrderPickingForm_Sales class. |
| ::enableUpdateJournalButtons | Enables the update of the release for pick button that is based on the SalesLineType class hierarchy rules. |
| ::updateClearActivateNow | Clears values that are entered in the ActivateNow field for each SalesLine record. |
| ::updateNoManualAllocationNeeded | Updates all SalesLine records in the form where no manual allocation is needed with a quantity in the DEL_InventDeliverNowCatchWgt field. |
| ::updateReservedPhyscical | Activates an update with the quantity reserved physical for all SalesLine records that have quantity reserved physical. |
| ::updateWhereEntireOrderCanBeDelivered | Updates the quantity on all SalesLine records in the form where the delivery percent is 100. |
Community Additions
ADD
Show: