WHSReservationHierarchyInventDimUtil Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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 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.) |
| ::checkDimHierarchyForBlanks | Validates that there are no blank dimensions in the middle of the reservation hierarchy. |
| ::deepestLevelFromInventDimParm | Calculates the deepest hierarchy level that is enabled by the InventDimParm record for the given item. |
| ::getInventDimFieldLevel | Gets the level of the inventDim field in the reseration hierarchy. |
| ::getLevelOfFirstBlankDim | Determines the first level of the hierarchy that is blank for the InventDim record that is passed in. |
| ::getLevelOfFirstNotAllowedBlankDimension | Determines the reservation hierarchy level of the first dimension that is not allowed as blank issue or receipt when you search the list. |
| ::getNotAllowedBlankDimInHierarchy | gets a list of Dimension that are blank of the reservation hierachy. |
| ::hierarchyList2FieldIdList | Transforms a list of WHSReservationHierarchyElementData instances into a list of field IDs. |
| ::initInventDimParmAboveLocation | Gets information about which dimensions are above the current location in the reservation hierarchy. |
| ::initInventDimParmAboveStatus | Gets information about which dimensions are above the current inventory status in the reservation hierarchy. |
| ::initInventDimParmAllDim | Sets information about which dimensions are in the the reservation hierarchy on the inventDimParm buffer. |
| ::initInventDimParmBatchAndAbove | Gets information about which dimensions are batch and above in the reservation hierarchy. |
| ::initInventDimParmFromHierarchyList | Sets the fields that are included in the specified list to yes. |
| ::initInventDimParmLocationAndAbove | Gets information about which dimensions are at the current location and above in the reservation hierarchy. |
| ::initInventDimParmStatusAndAbove | Gets information about which dimensions are at the current inventory status and above in the reservation hierarchy. |
| ::inventDimHasBlankValues | Determines whether the InventDim buffer has any blank dimensions for the dimension fields contained in the list. |
| ::inventDimHasGaps | Determines if there are any gaps in the specified inventory dimensions. |
| ::inventDimHasNotAllowedBlankValues | Determines whether the InventDim buffer has any blank dimensions for the dimension fields contained in the list that are not allowed to be blank issue or blank receipt. |
| ::isBatchAboveLocation | Determines if batch ID is above warehouse location ID in the reservation hierarchy of the item. |
| ::isBatchBelowLocation | Determines if inventBatchId is below wmsLocationId in the reservation hierarchy of the item. |
| ::isFieldAllowedBlankInMiddleOfHierarchy | Determines whether an InventDim field is allowed to be blank in the middle of the hierarchy. |
| ::isFieldIdAboveLocation | Determines if a given inventory dimension field is above wmsLocationId in the reservation hierarchy of the item. |
| ::isFieldIdBelowLocation | Determines if a given inventory dimension field is below wmsLocationId in the reservation hierarchy of the item. |
| ::isLocationOrBelowSpecified | Determines if the inventDim has any values specified location or below in the reservation hierarchy. |
| ::isSerialAboveLocation | Determines if inventSerialId is above wmsLocationId in the reservation hierarchy of the item. |
| ::isSerialBelowLocation | Determines if inventSerialId is below wmsLocationId in the reservation hierarchy of the item. |
Community Additions
ADD
Show: