InventTableInventoryDimensionGroups Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkActiveDimWithNoBlankIssue | Checks to determine whether you can set the active dimension not to accept blank dimension values for issue transactions. |
| checkActiveDimWithNoBlankReceipt | Checks that the active dimension can be set not to allow for blank dimension values on receipt transactions. |
| checkDimensionDeactivation | Checks that the active dimension can be deactivated. |
| checkDimensionGroupsSetupChange | Verifies whether the specified dimension groups can be assigned to the specified item based on the dimension values setup. |
| checkDimensionModelGroupValidation | Verifies whether the specified dimension groups can be assigned to the specified item based on item's model group setup. |
| 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 InventTableInventoryDimensionGroups 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.) |
| parmEcoResStorageDimensionGroupRecIdNew | Gets or sets the EcoResStorageDimensionGroupRecIdNew parameter. |
| parmEcoResTrackingDimensionGroupRecIdNew | Gets or sets the EcoResTrackingDimensionGroupRecIdNew parameter. |
| parmItemDataAreaId | Gets or sets the ItemDataAreaId parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| parmProduct | Gets or sets the Product parameter. |
| queryInventTransWithDimensionValue | Creates the query to find InventTrans record where the InventDim and fieldId does not have a value. |
| queryInventTransWithoutDimensionValue | Creates the query to find InventTrans record where the InventDim and fieldId does not have a value. |
| setNewDimensionGroupsForItem | Assigns the product, storage, and tracking dimension groups to an inventory item. |
| 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.) |
| validateForModelGroup | Calls the inventModelType.checkNewDimensionGroupsForItem method for the specified InventModelGroup record. |
| validateNewDimensionGroupsForItem | Indicates whether the product, storage, and tracking dimension groups can be assigned to an item. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the InventTableInventoryDimensionGroups class. |
| ::newFromItemAndDimGroups | Creates a new instance of InventTableInventoryDimensionGroups class by using the item and dimension groups. |
| ::updateDimensionGroupsForItem | Assigns product, storage, and tracking dimension groups to an item. |
Community Additions
ADD
Show: