WHSInvent Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkDimHierarchy | Validates that the inventTrans record does not have a hole in the item's hierarchy. |
| checkLocationAndLP | Verifies location and license plate on the given InventTrans record. |
| checkMultiStatusLP | |
| checkStatus | Validates that the inventory status is valid for a given transaction. |
| checkWarehouse | |
| 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.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| increasesPhysicalInventory | Determines if the change in the inventory transaction increases physical on hand. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| 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.) |
| ::adjustDimsForProdPick | Adjusts the dimensions to be above the current location only when the warehouse configuration is set to "reserve only warehouse." |
| ::allowMixedBatch | |
| ::allowMixedItem | |
| ::allowMixedStatus | |
| ::assignSerialMoveWorkQty | |
| ::beginLedger | |
| ::canInventTransTypeHaveWork | Determines if the transaction type can have WHS work generated. |
| ::changesPhysInventory | Determines if change in status will cause change in physical inventory. |
| ::checkBatchBlankIssueReceipt | |
| ::checkDimChange | Checks changed dimensions. The standard routine cannot be used as it doesn't account for the unique way WHS reserves inventory.This routine assumes the transaction is in a reserved status. |
| ::checkDimChangeReceipt | Checks to make sure that on hand does not become negative when changing dimensions or deleting a receipt transactions. |
| ::checkDimensions | Verify inventory dimensions for the InventTrans record. |
| ::checkNonPhysicalDims | Validates non-physical dimensions for a WHS-enabled item. |
| ::checkOriginDimChange | Checks whether the origin InventDim record will conflict with a new inventDim record. |
| ::construct | Initializes a new instance of the WHSInvent class. |
| ::doesTransStatusChangeRequireInventCheck | Determines whether the transaction changes the status issue or the status receipt from a status which previously enabled hierarchy holes. |
| ::fillLicensePlateForTransferReceipt | Fills in the license plate ID on the transfer receipt if it is required to prevent holes in the hierarchy. |
| ::getCommonFromWorkTransType | |
| ::getDefaultBOMLocation | |
| ::getDefaultStatus | Finds the default inventory status. |
| ::getDefaultStatusByParameters | Finds the default inventory status. |
| ::getDefaultTransitReceiveLoc | |
| ::getQtyInWork | |
| ::getQtyOnLicensePlate | |
| ::getResPhyPickedDeliveredQty | Returns the total quantity of inventory that is at least reserved physical for the inventTrans and inventDim criteria. |
| ::getTotalQtyOnLicensePlate | |
| ::isTransTypeWHSMovement | Checks whether the movement is a warehousing transaction. |
| ::isWHSLockedDimension | Determine if the passed in field id is a required dimension for WHS and cannot have its settings modified |
| ::moveWorkQty | Moves goods on the inventory based on a work transaction. |
| ::pickTargetTransaction | Picks or unpicks quantity against transactions of movement. |
| ::reserveInventory | |
| ::transTypeCanHaveBlockingStatus | Determines whether the given transaction type can have a blocking status. |
| ::transTypeOnlyAffectsLocationAndBelow | Determines whether the transaction type only affects reservations for the current location level and below in the hierarchy. |
| ::updateDimensionBeforeMove | |
| ::validateLicensePlateInLocation | Checks if the on hand for the specified license plate exists on a different location. |
| ::whsIsBlankIssueReceiptAllowed | Determines if dimensions setup for the field should allow configuration to allow blank issue and receipt. |
Community Additions
ADD
Show: