CatDisplayHelper 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.) |
| ::addFreeTextPredicatesForAttributeFilter | Adds free-text predicates, by using the or command to combine them, to the given instance of the CatProductAttributeFilter query for free-text search. |
| ::addFreeTextPredicatesForCatProductFilter | Adds free-text predicates, by using the or command to combine them, to the specified instance of CatProductFilter query for free-text search. |
| ::addFreeTextPredicatesForCatVendorFilter | Adds free-text predicates, by using or to combine them, to the given instance of CatVendorFilter query for free-text search. |
| ::addFreeTextPredicatesForExternalFilter | Adds free-text predicates, by using Or to combine them, to the specified instance of the CatExternalCatalogFilter query for free-text search. |
| ::addFreeTextPredicatesForKeywordFilter | Adds free-text predicates, by using Or to combine them, to the given instance of the CatExternalCatalogKeywordFilter query for free-text search. |
| ::addFreeTextPredicatesWithOr | Adds free-text predicates, by using Or to combine them, to the given query for free-text search. |
| ::addHiddenFilter | Adds a hidden filter to the given query object. |
| ::addHiddenRange | Adds a hidden range to the given data source. |
| ::constructFreeTextPredicate | Contracts a X++ query predicate for free-text search. |
| ::findPurchaseTradeAgreements | Finds all trade agreements data for the specified item. |
| ::getExternalImages | Finds all the data for the external images of the specified product, depending on its type. |
| ::getExternalImagesFromProductMaster | Finds all data for the external images of the specified product master. |
| ::getExternalImagesFromProductVariant | Finds all data for the external images of the specified product variant. |
| ::getImagesFromProductImage | Finds all data for the external images of the specified product. |
| ::getInventItemPurchSetup | Finds the InventItemPurchSetup record for the given item in the given company. |
| ::getPublishedDefaultThumbNailFileName | Gets the file name of the published default thumbnail image for the specified product. |
| ::getPublishedImageFileName | Gets the file name of the published image by using the specified field of the record. |
| ::getPurchasePrice | Initializes an instance of the PriceCur extended data type. |
| ::getRelatedProductsForProcurement | Finds all products related to the specified item and visible on the procurement site in the catalog. |
| ::launchPreviewPage | Launches a browser to the EP page for previewing the given catalog. |
| ::moduloForReal | Retrieves the remainder of the modulus operation on the given real numbers. |
| ::priceGroupId | Creates the PriceGroupId type for the line. |
| ::roundDecimalByUnitOfMeasureRecId | Rounds the given decimal quantity using the precision data of the given unit of measure. |
| ::roundDecimalByUnitOfMeasureSymbol | Rounds the given decimal quantity using the precision data of a given unit of measure. |
| ::tryAddToCart | Attempts to automatically add the given item to the shopping cart of the current logon user. |
Community Additions
ADD
Show: