RetailKitConfigurator Class [AX 2012]
This class is used to maintain kit variants.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkAllCombinations | Generates kit variants for all combinations of kit components that don't have an existing variant. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| generateNewVariants | Generates new variants for a kit based on its current definition. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertNewVariant | Inserts new kit variant. |
| loadExistingVariants | Loads distinct product lists for existing kit variants. |
| new | Initializes a new instance of the RetailKitConfigurator 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.) |
| parmRetailKit | Gets or sets the RetailKit parameter. |
| readKitDefinition | Reads kit definiton from the database. |
| 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.) |
| validateUOMReferences | validates if RetailKitComponent and RetailKitComponentSubstitute have valid unit of measure reference. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::createKitPricesPerCompany | Inserts kit price for each kit component and Substitute. |
| ::getKitElementsItemIdsPerCompany | Reads kit Element Ids per company |
| ::isReleasedKitComponentByCompany | Validates if all the kit components and substitutes are released to legal entity. |
| ::kitComponentSubstituteValidation | Validate if the component substitute product is same as component product |
| ::main | Provides an entry point for the RetailKitConfigurator class when it is called from a menu item. |
| ::newFromRetailKit | Public constructor. |
Community Additions
ADD
Show: