Manage the MCP ConfigurationΒΆ
The Member Care Portal is configured for your loyalty program needs. You can manage that configuration from the Security Administration console.
To edit the existing configurations:
- Expand Settings in the navigation pane.
- Click MCP UI Config. The MCP UI Config view opens.
-
Click the tab for the configuration you want to review.
Tabs
- Drafts
- This tab contains the working version of the Member Care Portal user interface configuration file.
- Published Config
-
This tab contains the published version of the Member Care Portal user interface configuration file.
- Select Published Configuration
- If you have multiple environments, such as dev, staging, and production, you can select one of them to view the configuration details.
- Deployed Config
- This tab contains the deployed version of the Member Care Portal user interface configuration file.
-
Make any necessary changes to the JSON structure.
MCP UI Config Structure
"configurations": { "view-name": { "title": "View Title", "enabled": true, "hide": true, "description": "Description of the view" } }- title
- The title of the view, such as Account Summary, Adjustment History, and Segments.
- enabled
- Determines whether the view is enabled in the Member Care Portal.
- hide
- Determines whether the view is visible in the Member Care Portal.
- description
- Description of the view to be displayed in the Member Care Portal's MCP Configuration Manager.
To deploy a configuration:
- Expand Settings in the navigation pane.
- Click MCP UI Config. The MCP UI Config view opens.
- Click the Published Config tab.
- Select the desired Published Configuration.
- Click Deploy. The Deployed Config tab now shows the selected configuration.