The user has an assigned role with the following permissions:
SETTING_VIEW
SETTING_CREATE
SETTING_UPDATE
Follow the steps to create a Setting:
Step 1. Click on the CREATE SETTING button on the Settings List page.Step 2. Fill in the necessary information. Some fields are mandatory for filling, so the validation proceeds. Fields to be filled in:
Setting name.
The type of context. Possible values are GLOBAL, ACCOUNT, RETAILER, AGENT, CUSTOMER.
The unique identifier of the context.
Value.
Value type. Possible values are BOOLEAN, INTEGER, JSON, STRING, and LOB.
Step 3. Click on the SUBMIT button. A new setting is created in the System. After refreshing the page, the newly created setting will be displayed in the Settings List.
For editing a Setting, follow the steps:
Step 1. Click onthe EDIT button on the Setting Details page.Step 2. Edit the setting and click on the SUBMIT button. The drawer will close, and the update will be processed.
BOOLEAN value type – radio button group with values TRUE and FALSE; INTEGER value type – number input field; STRING value type - text input field; LOB value type - text area input field; JSON value type - JSON Editor (the custom content component that allows editing data in JSON format) - in case of malformed JSON validation occurs.