 | IStoreProductFqlFiltersStorePricesFilter Property |
Filter to define what constitutes a
StorePrice.
The query this filter is applied to is based on the list table for
oe_product in netFORUM, and any columns available there are available here.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxstring StorePricesFilter { get; }ReadOnly Property StorePricesFilter As String
Get
property String^ StorePricesFilter {
String^ get ();
}abstract StorePricesFilter : string with get
Property Value
String
Remarks
While not strictly required, for performance reasons it is preferable to also include the
StoreProductsFilter at the end of this filter with an
and, which will
prevent Ignition from unnecessarily loading prices for products it won't use.
See Also