WHSInventTableReservationHierarchy Class [AX 2012]

The WHSInventTableReservationHierarchy class is used to assign reservation hierarchies to items.

Syntax

class WHSInventTableReservationHierarchy

Run On

Called

Methods

  Method Description
Dn649475.protmethod(en-us,AX.60).gif assignOrDeleteReservationHierarchy Creates, updates or deletes the hierarchy association for the item.
Dn649475.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn649475.protmethod(en-us,AX.60).gif checkBlankIssueReceiptDims Validates that dimensions allowing blank issue or receipt are only at the bottom of the hierarchy.
Dn649475.protmethod(en-us,AX.60).gif checkDimensionGroupsAssigned Validates that storage and tracking dimension groups have been assigned to the item.
Dn649475.protmethod(en-us,AX.60).gif checkHasInventTrans Validates if the item has inventory transactions.
Dn649475.protmethod(en-us,AX.60).gif checkIsItemWHSEnabled Validates that the item is whs enabled.
Dn649475.protmethod(en-us,AX.60).gif checkPhysicalDimensionMatchWithHierarchy Validates that the items physical storage and tracking dimensions macthes the dimensions from the hierarchy.
Dn649475.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn649475.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn649475.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn649475.protmethod(en-us,AX.60).gif new Initializes a new instance of the WHSInventTableReservationHierarchy class.
Dn649475.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.)
Dn649475.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.)
Dn649475.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn649475.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn649475.pubmethod(en-us,AX.60).gif parmItemDataAreaId Gets or sets the ItemDataAreaId parameter.
Dn649475.pubmethod(en-us,AX.60).gif parmItemId Gets or sets the ItemId parameter.
Dn649475.pubmethod(en-us,AX.60).gif parmNewReservationHierarchyRecId Gets or sets the NewReservationHierarchyRecId parameter.
Dn649475.pubmethod(en-us,AX.60).gif parmWhsReservationHierarchyCache Gets or sets the WhsReservationHierarchyCache parameter.
Dn649475.privmethod(en-us,AX.60).gif setFromItemId
Dn649475.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn649475.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn649475.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.)
Dn649475.pubmethod(en-us,AX.60).gif validateCanAssignOrDeleteHierarchy Validates that the reservation hierarchy can be assigned to the item.
Dn649475.pubmethod(en-us,AX.60).gif validateCanChangeHierarchy Validates that the reservation hierarchy can be assigned to the item.
Dn649475.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn649475.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn649475.pubmethod(en-us,AX.60).gif Dn649475.static(en-us,AX.60).gif ::assignReservationHierarchyToItem Assigns a reservation hierarchy to an item.
Dn649475.privmethod(en-us,AX.60).gif Dn649475.static(en-us,AX.60).gif ::construct Initializes a new instance of the WHSInventTableReservationHierarchy class.
Dn649475.pubmethod(en-us,AX.60).gif Dn649475.static(en-us,AX.60).gif ::newFromParameters Creates a new instance of the WHSInventTableReservationHierarchy class based on the parameters.
Dn649475.pubmethod(en-us,AX.60).gif Dn649475.static(en-us,AX.60).gif ::validateBlankIssueReceiptDims Validates that dimensions allowing blank issue or receipt are only at the bottom of the hierarchy.
Dn649475.pubmethod(en-us,AX.60).gif Dn649475.static(en-us,AX.60).gif ::validatePhysicalDimMatchWithHierarchy Validates that the items physical storage and tracking dimensions macthes the dimensions from the hierarchy.

Top

Inheritance Hierarchy

Object Class
  WHSInventTableReservationHierarchy Class