PCBackEndConfiguration Class [AX 2012]
The PCBackEndConfiguration class handles the back end configuration, which consists of the generation of production documents and document reference notes.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkArguments | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| generateBOM | Handles the generation of a bill of materials for the configuration session. |
| generateDocumentReference | Generates document references if the settings are used in the product configuration parameters. |
| generateRoute | Handles the generation of a route for the configuration session. |
| getAppliedConfigurationName | Gets an applied configuration name. |
| getAppliedDistinctProductVariant | Gets an applied distinct product variant. |
| getGeneratedBOMId | Gets the generated BOM ID. |
| getGeneratedRouteId | Gets the generated route ID. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isConfigurationReused | Indicates whether a configuration is reused. |
| isMultiCompanyScenario | Determines whether the configurator is running in a multi-company scenario. |
| isMultiSiteScenario | Indicates whether a configurator is ran in a multi-site scenario. |
| new | Initializes a new instance of the PCBackEndConfiguration 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.) |
| parmDocumentHandling | Gets or sets the DocumentHandling parameter. |
| parmGenerateComponentInstInfoCollection | Gets or sets the GenerateComponentInstInfoCollection parameter. |
| parmGenerateDocumentReference | Gets or sets the GenerateDocumentReference parameter. |
| parmGenerateFindProductionDocumentIds | Gets or sets the GenerateFindProductionDocumentIds parameter. |
| parmPriceBreakdownUpdater | Gets or sets the PriceBreakdownUpdater parameter. |
| parmProductionDocumentsUtility | Gets or sets the ProductionDocumentsUtility parameter. |
| parmSourceDocumentLineUtility | Gets or sets the SourceDocumentLineUtility parameter. |
| parmVisitorBOMGeneration | Gets or sets the VisitorBOMGeneration parameter. |
| parmVisitorConfigurationReuse | Gets or sets the VisitorConfigurationReuse parameter. |
| parmVisitorDocumentReference | Gets or sets the VisitorDocumentReference parameter. |
| parmVisitorRouteGeneration | Gets or sets the VisitorRouteGeneration parameter. |
| run | Runs the back end configuration part that consists of generating product documents and documents reference notes. |
| runConfigurationReuse | Runs reuse for the configuration computations. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setup | Sets up the PCBackEndConfiguration class. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateDemandSourceDocumentLine | Updates the source document line in the demand legal entity. |
| updatePriceBreakDownWithVariantReference | Updates the price break down with a product variant reference. |
| 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.) |
| ::construct | Initializes a new instance of the PCBackEndConfiguration class. |
Community Additions
ADD
Show: