InventDimGroupSetup Class [AX 2012]
| Method | Description | |
|---|---|---|
| activeConsistentFields | Retrieves information about which dimensions are active and are marked as consistent. |
| activeCoveragePlanFields | Retrieves information about which dimensions are active and marked as being part of the coverage plan setup. |
| activeFields | Retrieves information about which dimensions are active. |
| activeFinancialInventoryFields | Retrieves information about which dimensions are active and are marked as part of the financial inventory. |
| activeMandatoryFields | Retrieves information about which dimensions are active and marked as a mandatory field. |
| activeOrSalesProcessActiveFields | Retrieves information about which dimensions are either active or sales process active. |
| activePhysicalInventoryFields | Retrieves information about which dimensions are active and marked as part of physical inventory. |
| activePrimaryStockingFields | Retrieves information about which dimensions are active and marked as primary stocking. |
| activePurchPriceFields | Retrieves information about which dimensions are active and marked as used by the purchase price search. |
| activeSalesPriceFields | Retrieves information about which dimensions are active and marked as used by the sales price search. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| ecoResProductDimGroupSetup | Retrieves an instance of the EcoResProductDimGroupSetup class for the product dimensions. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getFieldSetup | Finds a dimension setup record in the cache. |
| getFieldSetupEnumerator | Creates an enumerator to iterate over all dimension fields. |
| getProductDimensionGroup | |
| getStorageDimensionGroup | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTrackingDimensionGroup | |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasAllCovDimFields | Checks if all the coverage planned dimensions are specified in an InventDim record. |
| hashString | Retrieves a string that identifies the dimension groups that are covered by this instance. |
| inventDimParmActive | Retrieves information about which dimensions are active. |
| inventDimParmActiveConsistent | Retrieves information about which dimensions are active and consistent. |
| inventDimParmActiveCoveragePlan | Retrieves information about which dimensions are active and are marked as part of coverage planning. |
| inventDimParmActiveFinancialInventory | Retrieves information about which dimensions are active and are marked as part of the financial inventory. |
| inventDimParmActiveIssueNotBlank | Gets information about which dimensions are active and where blank issue values are not allowed. |
| inventDimParmActiveMandatory | Retrieves information about which dimensions are active and mandatory. |
| inventDimParmActivePhysicalInventory | Retrieves information about which dimensions are active and are marked as part of the physical inventory. |
| inventDimParmActivePrimaryDimension | Retrieves information about which dimensions are active and are marked as primary stocking fields. |
| inventDimParmActiveProductDimension | Retrieves information about which dimensions are active product dimensions. |
| inventDimParmActivePurchPrice | Retrieves information about which dimensions are active and marked as part of purchase price search. |
| inventDimParmActivePurchPriceProductDim | Retrieves information about which product dimensions are active and marked as part of purchase price search. |
| inventDimParmActiveReceiptNotBlank | Gets information about which dimensions are active and where blank receipt values are not allowed. |
| inventDimParmActiveSalesPrice | Retrieves information about which dimensions are active and marked as part of sales price search. |
| inventDimParmActiveSalesPriceProductDim | Retrieves information about which product dimensions are active and marked as part of sales price search. |
| inventDimParmPrimaryNotProductDim | Retrieves information about which non-product dimensions are active and are marked as primary stocking. |
| inventDimParmSalesActiveIssueNotBlank | Gets information about which dimensions are sales process active and where blank issue values are not allowed. |
| inventDimParmSalesProcessActive | Retrieves information about which dimensions are sales process active. |
| isDimensionActive | Indicates whether the specified dimension setup is valid and active. |
| new | Initializes a new instance of the InventDimGroupSetup 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.) |
| parmProductDimensionGroup | Gets or sets the ProductDimensionGroup parameter. |
| parmStorageDimensionGroup | Gets or sets the StorageDimensionGroup parameter. |
| parmTrackingDimensionGroup | Gets or sets the TrackingDimensionGroup parameter. |
| prefixString | Retrieves a string that can be used by users to uniquely identify the dimension groups that are covered by this instance. |
| salesProcessActiveFields | Retrieves information about which dimensions are sales process active. |
| 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.) |
| ::classScope | |
| ::clearCache | Clears global object cache for this class's scope. |
| ::combineInventDimParms | Combines information from a product dimension group, a storage dimension group and a tracking dimension group. |
| ::construct | Initializes a new instance of the InventDimGroupSetup class. |
| ::flushDataCache | Flushes all data caches that are related to the dimension group setup. |
| ::inventDimParmInitAllConsistentDim | Gets information about which dimensions are consistent. |
| ::inventDimParmInitAllCoverageDim | Gets information about which dimensions are marked as coverage dimensions. |
| ::inventDimParmInitAllMandatoryDim | Gets information about which dimensions are marked as mandatory. |
| ::inventDimParmInitAllNonProductDim | Gets information about which storage and tracking dimensions are active. |
| ::inventDimParmInitAllPriceDiscDim | Gets information about which dimensions are marked to be used in sales or purchase price search. |
| ::isAnyTrackingGroupSalesProcessActive | Queries whether any tracking dimension group has a sales process active dimension. |
| ::newDimensionGroups | Creates an instance of the InventDimGroupSetup class that matches the specified dimension groups. |
| ::newInventTable | Creates an instance of the InventDimGroupSetup class that matches the specified item. |
| ::newInventTableNoProductDimensions | Creates an instance of the InventDimGroupSetup class which matches the specified item, but does not require a product dimension group to be specified. |
| ::newItemId | Creates an instance of the InventDimGroupSetup class which matches the specified item. |
| ::newItemIdProductDimensionsOnly | Creates an instance of the InventDimGroupSetup class which matches the specified item, but only uses and requires a product dimension group to be specified. |
Community Additions
ADD
Show: