PCRuntimeLibrary 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.) |
| ::calculatePriceOrDeliveryDate | Calculates the price or delivery date for a product configuration model with the specified configuration. |
| ::canCalculateDateForItemLine | Indicates whether the delivery date calculation is possible by checking the type of the specified item line. |
| ::canCalculatePriceForItemLine | Determines whether the price calculation is possible by checking the product builder parameters and the type of the specified item line. |
| ::clearConfiguration | Deletes the values from the specified configuration instance. |
| ::configuratorFormName | Retrieves the name of the form used for configuration. |
| ::createNewVariantConfiguration | Creates a new variant configuration and a new distinct product variant for the specified generic product model. |
| ::createVariantForItem | Creates a new product variant for the specified product master. |
| ::createXmlReader | Creates a new instance of the XMLReader class. |
| ::createXmlWriter | Creates an instance of the XMLWriter class. |
| ::docuGenerateNoYes | Creates a string with several tabs that are defined by the _treeLevel parameter. |
| ::docuRefTabStr | Creates a string with several tabs that are defined by the _treeLevel parameter. |
| ::findDocumentByConfiguration | Finds the configuration summary generated for the specified product configuration. |
| ::getConfiguratorFormName | Retrieves the name of the form used for configuration. |
| ::getModelXML | Gets the XML representation of the specified product model that is compatible with the product configuration. |
| ::getModelXMLIL | Gets the XML representation of the specified product model that is compatible with the product configuration. |
| ::hasValidTemplateLines | Checks whether the condition map from the runtime component contains values of true for both BOM and route operation lines. |
| ::initializeDocument | Initializes a record in the DocuRef table to contain a note with a configuration summary. |
| ::isConstraintBasedConfigurable | Determines whether the specified item is configurable by constraint-based product configuration. |
| ::isRuleOrConstraintBasedConfigurable | Determines whether the specified item is either configurable by constraint-based product configuration or rule-based product configuration. |
| ::parseConfiguration | Executes the post-configuration steps for a running configuration. |
| ::parseInstanceConfiguration | Executes the post-configuration steps for a running configuration. |
| ::runProductModel | Loads the configuration form to configure the product configuration model. |
| ::validateAttribute | Validates the attribute definition with the solver and XML schema validations. |
| ::validateConstraintFocused | Validates the constraint definition by using the solver and XML schema validations. |
| ::validateGeneration | Validates that the specified product model with the provided set of values can generate a valid BOM and a route. |
| ::validateNumberSeqSetup | Validates that the number sequences are correctly setup to run a product configuration. |
| ::validateProductModel | Checks the product model for errors. |
| ::validateProductModelXML | Validates the XML representation of a product model with the solver and schema validations. |
| ::writeXmlAXLabelElement | Writes a single label element to the specified XML writer. |
| ::writeXMLAXLabelSection | Adds the label values to the XML that is passed to the manage host control. |
Community Additions
ADD
Show: