Author:
Yulia Andreyanova
Changed on:
18 Dec 2025

`fc.sourcingprofile.list.status.column` with the following mappings:`#16782C`)`#82BBFF`)`#999999`)`fc.sourcingprofile.details.strategy.status.column` with the following mappings:`#16782C`)`#999999`)`placeholderText``placeholderDate``placeholderArray``params` object, where each parameter specifies:`integer`, `fc.field.filterComplex`)`true`/`false`)`onChange` handlers, and excluded fields1[
2 {
3 "name": "ACTIVE",
4 "color": "#16782C"
5 },
6 {
7 "name": "INACTIVE",
8 "color": "#999999"
9 },
10 {
11 "name": "DRAFT",
12 "color": "#82BBFF"
13 }
14 ]1[
2 {
3 "name": "ACTIVE",
4 "color": "#16782C"
5 },
6 {
7 "name": "INACTIVE",
8 "color": "#999999"
9 }
10 ]1{
2 "name": "locationDailyCapacityExclusion",
3 "type": "fc.sourcing.criterion.locationDailyCapacityExclusion",
4 "tags": ["exclusion"],
5 "params": [
6 {
7 "name": "value",
8 "component": "integer",
9 "mandatory": true
10 }
11 ]
12}
131{
2 "name": "pickupLocationAllNetworksIn",
3 "type": "fc.sourcing.condition.path",
4 "tags": ["Pickup Location"],
5 "params": [
6 {
7 "name": "path",
8 "value": "fulfilmentChoice.pickupLocation.networks"
9 },
10 {
11 "name": "operator",
12 "value": "in"
13 },
14 {
15 "name": "value",
16 "component": "fc.field.filterComplex",
17 "mandatory": true,
18 "extensions": {
19 "query": "query ($networks_first: Int) { networks(first: $networks_first) { edges { node { id ref type } } } }",
20 "variables": { "networks_first": 100 },
21 "searchItemConfig": {
22 "component": "fc.card.product",
23 "props": { "title": "{{node.ref}}", "attributes": [] }
24 },
25 "chipItemConfig": { "label": "{{node.ref}}" },
26 "onChangeValues": {
27 "value": "node.ref",
28 "variableName": "networks_ref"
29 },
30 "exclude": ["createdon", "updatedon", "type", "status"]
31 }
32 },
33 {
34 "name": "conditionScope",
35 "value": "ALL"
36 }
37 ]
38}
39