Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The InventReleaseOrderPickingForm_Transfer class is used to create and update orders.
Syntax
class InventReleaseOrderPickingForm_Transfer extends InventReleaseOrderPickingForm
Run On
Server
Methods
Method | Description | |
---|---|---|
![]() |
allOrdersDeliverable | Indicates whether all orders for _itemId and _inventDim can be delivered. (Inherited from InventReleaseOrderPickingForm.) |
![]() |
bldInventReleaseOrderPickingTmp | Builds the InventTransferReleaseOrderPickingTmp temporary table. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
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.) |
![]() |
findQtyReservedOrdered | Returns the quantity from inventTrans that has a statusIssueStatusIssue::ReservOrdered. (Inherited from InventReleaseOrderPickingForm.) |
![]() |
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 need for orders. (Inherited from InventReleaseOrderPickingForm.) |
![]() |
new | Initializes a new instance of the InventReleaseOrderPickingForm_Transfer 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.) |
![]() |
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 | Checks whether the user is requesting to release a quantity that exceeds the available quantity. |
![]() ![]() |
::construct | Initializes a new instance of the InventReleaseOrderPickingForm_Transfer class. |
![]() ![]() |
::updateClearActivateNow | Clears the values that are entered in the activate now field for each order line. |
![]() ![]() |
::updateNoManualAllocationNeeded | Updates all order lines in the form where no manual allocation is needed with the quantity in the activate now field. |
![]() ![]() |
::updateReservedPhyscical | Updates the activate now field by using the quantity reserved physical for all order lines that have a quantity reserved physical. |
![]() ![]() |
::updateWhereEntireOrderCanBeDelivered | Updates the activate now field by using the quantity on all order lines in the form where delivery percent is 100. |
Top
Remarks
The following table lists the variables in the classDeclaration with their type and description.
Variables in the classDeclaration |
Type and description |
---|---|
InventTransferReleaseOrderPickingTmp |
InventTransferReleaseOrderPickingTmp The temporary table that holds the record ID from the sales lines to be displayed in the form. |
ShippingDateFrom |
DateExpected The shipping date that will be used when order lines are selected. |
ShippingDateTo |
DateExpected The shipping date that will be used when order lines are selected. |
InventDimParm |
InventDimCtrL_Frm_OnHand The class that displays the inventory dimensions on the form. |
LatestUpdateDate |
TransDate The latest date that sales lines and inventory on hand are calculated. |
LatestUpdateTime |
TimeOfDay The latest time that sales lines and inventory on hand are calculated. |
Inheritance Hierarchy
Object Class
InventReleaseOrderPickingForm Class
InventReleaseOrderPickingForm_Transfer Class