WHSInventTableReservationHierarchy Class [AX 2012]
The WHSInventTableReservationHierarchy class is used to assign reservation hierarchies to items.
| Method | Description | |
|---|---|---|
| assignOrDeleteReservationHierarchy | Creates, updates or deletes the hierarchy association for the item. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkBlankIssueReceiptDims | Validates that dimensions allowing blank issue or receipt are only at the bottom of the hierarchy. |
| checkDimensionGroupsAssigned | Validates that storage and tracking dimension groups have been assigned to the item. |
| checkHasInventTrans | Validates if the item has inventory transactions. |
| checkIsItemWHSEnabled | Validates that the item is whs enabled. |
| checkPhysicalDimensionMatchWithHierarchy | Validates that the items physical storage and tracking dimensions macthes the dimensions from the hierarchy. |
| 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.) |
| new | Initializes a new instance of the WHSInventTableReservationHierarchy 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.) |
| parmItemDataAreaId | Gets or sets the ItemDataAreaId parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| parmNewReservationHierarchyRecId | Gets or sets the NewReservationHierarchyRecId parameter. |
| parmWhsReservationHierarchyCache | Gets or sets the WhsReservationHierarchyCache parameter. |
| setFromItemId | |
| 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.) |
| validateCanAssignOrDeleteHierarchy | Validates that the reservation hierarchy can be assigned to the item. |
| validateCanChangeHierarchy | Validates that the reservation hierarchy can be assigned to the item. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::assignReservationHierarchyToItem | Assigns a reservation hierarchy to an item. |
| ::construct | Initializes a new instance of the WHSInventTableReservationHierarchy class. |
| ::newFromParameters | Creates a new instance of the WHSInventTableReservationHierarchy class based on the parameters. |
| ::validateBlankIssueReceiptDims | Validates that dimensions allowing blank issue or receipt are only at the bottom of the hierarchy. |
| ::validatePhysicalDimMatchWithHierarchy | Validates that the items physical storage and tracking dimensions macthes the dimensions from the hierarchy. |
Community Additions
ADD
Show: