Author:
Yulia Andreyanova
Changed on:
13 Feb 2025
The Filter Panel Component retrieves data for the Inventory Search page using the default product and inventory catalog settings. These settings are essential for initializing the appropriate filters and ensuring that only relevant data is retrieved and displayed.
The fc.oms.inventory.search.product.catalogue.default setting determines the default Product Catalog applied to the Product Catalogue filter. This setting is configured as a string and ensures that the filter is pre-applied with a specific catalog.
The fc.oms.inventory.search.inventory.catalogue.default setting defines the default Inventory Catalog used for the Inventory Catalogue filter. Unlike the product catalog setting, this can be configured as either a string or a list of Strings (JSON array). This flexibility enables the inclusion of multiple inventory catalogs by specifying their references.
Both settings can be referenced in the Manifest through an alias (e.g., `"defaultValue": "{{settings.default_ic}}"`
).
Use the settings fc.oms.mystique.inventory.search.inventory.position.stock.statuses and fc.oms.mystique.inventory.search.virtual.position.stock.statuses to associate filter options with statuses used within the Inventory Catalog and Virtual Catalog workflows.
Set up settings to map statuses to specific colors:
`fc.oms.inventory.search.inventory.position.stock.status.column`
setting.`fc.oms.inventory.search.virtual.position.stock.status.column`
setting.`fc.oms.inventory.search.inventory.quantity.history.status.column`
setting.`fc.oms.inventory.search.product.status.column`
setting for the Unified View of Inventory by Product page.