Creating a new service request
Archived
5 Tasks
5 mins
Beginner
Pega Customer Service 8.5
English
Scenario
U+Bank wants to offer its employees lunch by creating a service request in which employees can select and then submit what they would like to eat. Employees should be able to say what type of sandwich, what toppings they want, and what they want to drink.
Use the following credentials to log in to the exercise system:
Role |
User name |
Password |
---|---|---|
CS Administrator |
CSAppAdmin |
password123! |
Your assignment consists of the following tasks:
Task 1: Create new case type
In App Studio, create a new case type named Order Lunch that uses the Customer Service Generic Template.
Task 2: Add properties to the data model
Add fields for Sandwich, Toppings, and Drink to the data model.
Task 3: Update the user interface
Run the case and update the user interface to use your properties.
Task 4: Observe duplicate case search
Run an interaction and start the Order Lunch service case. Run the Order Lunch service case a second time, and notice that you are prompted to verify that this is not a duplicate case before case processing begins.
Task 5: Turn off duplicate case search and observe results
Update the case processing settings for the Order Lunch case type to disable the duplicate search check. Run an interaction and the Order Lunch case and observe that you no longer see a duplicate case prompt.
Challenge Walkthrough
Detailed Tasks
1 Create a new case type
- Log in as a customer service administrator, with user name CSAppAdmin and password password123!.
- Click Case types to go to the Case type explorer.
- In the upper-right corner, click New to create a new case type.
- Enter Order Lunch at the name.
- Expand Case Template to view the Template list.
- In the Template list, select Customer Service Generic Template.
- Click Next to create the new case.
2 Add properties to the data model
- Click the Data model tab to view the properties of the case type.
- Click Add field to add a new property to the case type.
- Add the following fields:
- Sandwich – Text (single line)
- Toppings – Text (single line)
- Drink – Text (single line)
Tip: Use the Submit & add another button to complete this quicker. - Click Save to save your case.
3 Update the user interface
- Click Save and run.
- Click Configure this view to update the intake section.
- Click Change to update the layout.
- Select the 3 column layout.
- In Column A, add the Sandwich field
- To the right of the Intake instruction field, click the More icon and select Cut.
- In Column B, add the Toppings field.
- In Column C, add the Drink field.
- Click X to finish editing the section.
- Click Submit to advance the case.
- Click Configure this view to update the review section.
- In Column A:
- Add the Sandwich, Toppings, and Drink fields.
- Cut the Remove instruction message field.
- Click X to finish editing this section.
- Click Submit to advance this step and all remaining steps in the case.
- Click Close to complete the case.
4 Observe duplicate case search
- Click New > Demo Screen Pops > Demo Pop – CONNOR to start a new interaction.
- Click to start the interaction.
- Click Add task to add an Order Lunch case.
- Double-click the Order Lunch case to start it.
- Enter details for the lunch order, then step through and complete the service case.
- Click Add task to add an Order Lunch case.
- Double-click the Order Lunch case to start it.
- Observe that the Display duplicate cases section appears.
- Select the case, and then click Resolve as Duplicate.
5 Turn off duplicate case search and observe results
- Click Case types to access the Case type explorer.
- Open the Order Lunch case type.
- Click the Settings tab.
- Click Case processing options to update the settings.
- Clear the Allow duplicate search check box.
- Click Save.
- Click Preview application.
- Click New > Demo Screen Pops > Demo Pop – CONNOR to start a new interaction.
- Click Accept to start the interaction.
- Click Add task to add an Order Lunch case.
- Double-click Order Lunch to start the case.
- Observe that this time that the Display duplicate cases section is not displayed.