Custom JSON for Add Items
Custom JSON for Add Items controls the name and display behavior of the various product fields on the Add Items page.
Required Editions
| Available in: Lightning Experience in Professional, Enterprise, and Unlimited Editions that have Consumer Goods Cloud enabled |
| Attribute | Data Type | Required | Default | Description |
|---|---|---|---|---|
| addProducts | List | Yes | Key attribute. | |
| fieldApiName | String | Yes | API name of the field. | |
| fieldLabel | String | Field label | Custom field label. | |
| isColumn | Boolean | FALSE | Defines if the field is shown as a column in the grid. | |
| isFilter | Boolean | FALSE | Defines if the values in the field can be filtered. | |
| isPickList | String | FALSE | Defines if the field is shown as a multi-select picklist on the page. | |
| objectApiName | String | Yes | API Name of the object. | |
| order | String | Defines the display position of the field in the grid. | ||
| sortable | Boolean | FALSE | Defines if the field is sortable in the grid. |
Did this article solve your issue?
Let us know so we can improve!

