Author:
Fluent Commerce
Changed on:
6 Dec 2023
Begin by specifying the list of predefined values you intend to add to the status filter.
Identify the datasource name associated with the list. For instance, if you are working with the "Virtual Positions" list, the datasource name would be
`virtualPositions`
Create a setting at the ACCOUNT / RETAILER level, and populate the following details:
`fc.{name of datasource for list}.states.`
`inventoryCatalogue.inventoryPositions.`
`fc.inventoryPosition.states.`
`ACCOUNT`
`RETAILER`
`JSON`
1{
2 "options": [
3 {
4 "value": "ACTIVE",
5 "label": "ACTIVE"
6 },
7 {
8 "value": "INACTIVE",
9 "label": "INACTIVE"
10 },
11 {
12 "value": "CREATED",
13 "label": "CREATED"
14 }
15 ]
16}
Language: plain_text
Name: Predefined status options example
Description:
[Warning: empty required content area]Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.