Modifying the Interaction Portal UI
When users first access the Interaction Portal, they see the Home page, which typically contains information about the user, a menu along the left side, and various sections such as My cases and My workbaskets that display information to a customer service representative (CSR). You can customize the user interface and display any data that you have integrated into your application.
Configuring the user portals
To ensure a more effective user experience, determine the contents of the Interaction Portal and, if applicable, the Back Office Operations portal. Also, determine how all users will enter the application.
- In the header of Dev Studio, click .
- Open the Dashboard section.
- To edit and personalize the dashboard, click the Personalize dashboard icon.
- In the Edit dashboard section, choose your layout template and add your own widgets or select from the set of available widget options.
- Click Publish to publish your settings. You can choose to publish the settings to the default dashboard or to the access group.
- Review the My Reports, Manager Tools, and Pulse and determine if any modifications are required based on your business needs.
- Define the application entry point.The Pega Customer Service portal can be accessed as is, or individual processes can be embedded as a mashup in an existing portal or application.
- Review features provided by Pega Web Mashup.
- Discuss these options with the resource currently managing the application in which you want to embed your process.
- Decide on the most appropriate entry point for your site.These processes can also be made available to your customers directly.
Modifying the interaction header
You can customize the interaction header area of the Interaction Portal to best meet the needs of the CSRs handling the interaction. Changes can include adding, deleting, or editing sections and fields located in the sections of the header.
The application provides a variety of design templates that you can select to configure the interaction header.
- Open App Studio by logging in to your application with your administrator credentials.
- In App Studio, launch an interaction.
- Click Design.
- To modify the header section, click the Workarea icon in the header.
- To change the template, click Change and then select a template of your choice.
- To add sections in the template, click the Add icon and drag and drop the section of your choice to the header.
- To delete a section, click the section and then click the Remove this section icon.
- To edit the fields of the section, click the section, highlight the field that you want to edit, and then click the Edit this field icon.
- Update the required fields in the right corner of the page and click
Apply.
Hiding header icons for unused features
In the Interaction Portal header, hide icons for unused features so that CSRs can more quickly find the tools that they use most.
The following figure shows the Interaction portal header icons that CSRs use during customer interactions:
You can hide any of the icons in the top-right section of the Interaction Portal header except for the user icon. The default header section includes an extension section so that you can add customized icons if required.
- To hide the Call center volume indicator, clear the Display call volume indicator check box in the Agent productivity settings. For more information, see Configuring agent productivity settings.
- To hide the Email cases icon, select the Hide email cases check box in the Agent productivity settings. For more information, see Configuring agent productivity settings.
Disabling the Add Task button conditionally
Prevent the creation of a new task during an interaction by conditionally disabling the Add Task button in the Interaction Driver pane. For example, prevent CSRs from beginning new tasks when there are more than two tasks that are already in progress. When you disable the Add Task button, the button is dimmed and not available.
The following figure shows the dimmed appearance of the Add Task button when the button is disabled:
- In the header of Dev Studio, search for and select the cyDisableAddTaskButton when rule.
- On the Advanced tab, configure the conditions for which
the system disables the Add Task button by default.The default value is false, meaning that the Add Task button is always active. To disable the Add Task button, change the value to true, and then click the Edit icon to configure the condition for which the system disables Add Task button.
- Click Save.
Hiding completed tasks conditionally
Hide completed tasks in the Interaction Driver pane so that CSRs have better visibility of the tasks that are in progress. To hide completed tasks for an interaction, define the conditions that trigger the system to hide the completed tasks from the Interaction Driver pane. that hide the completed tasks.
The following figure shows the appearance of the Interaction Driver pane when completed tasks are hidden. A completed task contains a check mark icon, while an in-progress task contains a clipboard icon.
- In the header of Dev Studio, search for and select the cyShowCompletedTasksExt when rule.
- On the Advanced tab, configure the conditions that
trigger the system to hide the completed tasks for this interaction in the
Interaction Driver pane.The default value is true, meaning that the completed tasks are always displayed in the Interaction Driver pane. To hide the completed tasks, change the value to false and then click the Edit icon to configure the condition for which the system hides completed tasks.
- Click Save.
Modifying other Interaction Portal elements
You can update the other elements of Interaction Portal that may require Dev Studio to reflect the style of your business. The following steps guide you to identify the sections and the fields that you want to modify.
- Click the Live UI icon.
- Select the element that you want to change. When an element is selected, Live UI provides information about that element, such as the sections and harnesses that the element is a part of.
- Click the Open rule in Dev Studio icon to open that rule in Dev Studio and update it as needed.
Previous topic Modifying the user experience (UX) Next topic Configuring the portal search