In Salesforce B2C Commerce, you can create global custom preferences, and then view and edit them. Custom preferences enable organization developers to make properties of the system modules configurable in Business Manager.
They can:
One way to achieve higher flexibility when implementing customized functionality for a system is to make certain features and properties configurable. These features allow for easy adaptation of the system functionality to changing requirements later.
You can create custom preferences to make your settings
configurable. Global custom preferences are defined in the context of the
OrganizationPreference
system object.
Because these objects are defined as custom preference types, you can add attributes and values.
read-only
permission, you can view the settings, but you can't change them.
This change also applies to changes via B2C Commerce API calls.
You can also get and set custom preferences programmatically.