EcoResProductReleaseForm Class [AX 2012]
The EcoResProductReleaseForm class provides the methods to control the behavior of the EcoResProductRelease form and handle the form events.
| Method | Description | |
|---|---|---|
| activeProduct | Handles the active event of the product data source. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| close | Handles the form close event. |
| deleteProduct | Handles the delete event of the product form data source. |
| deSelectAllClicked | Handles the clicked event of the de-select all button. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| executeQueryCompanyInfo | Handles the execute query event on the company info form data source. |
| executeQueryProduct | Handles the execute query event on the product form data source. |
| flushSelectedProductsCache | Flushes the selectedProductsCache cache. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| includeProduct | Gets or sets a Boolean value that specifies whether a product is in the release session. |
| init | Initializes an instance of the EcoResProductReleaseForm class. |
| markChangedCompanyInfo | Handles the mark changed event on the company info form data source. |
| markSelectedLegalEntities | |
| new | Initializes a new instance of the EcoResProductReleaseForm 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.) |
| parmButtonReleaseSessionBatch | Gets or sets the ButtonReleaseSessionBatch parameter. |
| parmCheckBoxIncludeProductMaster | Gets or sets the CheckBoxIncludeProductMaster parameter. |
| parmCompanyInfoFormDataSource | Gets or sets the CompanyInfoFormDataSource parameter. |
| parmProductFormDataSource | Gets or sets the ProductFormDataSource parameter. |
| parmProductReleaseFormRun | Gets or sets the ProductReleaseFormRun parameter. |
| parmProductVariantsFormDataSource | Gets or sets the ProductVariantsFormDataSource parameter. |
| parmReleaseSessionRecId | Gets or sets the ReleaseSessionRecId parameter. |
| queryReleaseSession | Retrieves a query for the release session form data source. |
| queryReleaseSessionProducts | Retrieves a query for each product to be displayed in the release products form. |
| refresh | Refreshes the form. |
| refreshCaller | Refreshes the calling form. |
| releaseButtonClicked | Handles the release button clicked event. |
| removeProduct | Removes a product from the release session. |
| selectAllClicked | Handles the clicked event of the select all button. |
| setButtonReleaseSessionBatchEnabledState | |
| setCheckBoxIncludeProductMasterState | |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| syncReleaseProductLegalEntity | Synchronizes the selected legal entities on the form that has the release session. |
| 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.) |
| ::addProductsFromDataSourceToRelease | Adds products that are selected on the form data source to a release session. |
| ::addProductsToReleaseSessionOnServer | Adds products selected on the form data source to a release session. |
| ::construct | |
| ::deleteExistingReleaseSessionProducts | |
| ::insertReleaseSessionProductsForSelection | |
| ::insertReleaseSessionProductsForVariants | |
| ::newFromArgs | Creates and initializes a new instance of the EcoResProductReleaseForm class. |
| ::newFromReleaseSessionRecId | Creates and initializes a new instance of the EcoResProductReleaseForm class for an existing release session. |
| ::removeDefaultConfigurationsFromSession | |
| ::syncReleaseProductLegalEntityOnServer | Synchronizes the selected legal entities on the form that has the release session. |
Community Additions
ADD
Show: