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