Debugging application errors
3 Tasks
20 mins
Scenario
As part of processing an assistance request Case, the Roadside Assistance application copies the service totals from the child Service Case to the Assistance Request Case. While testing the configuration of this feature, you notice that the Assistance Request Case has different service totals that are not indicated on the child Case, as shown in the following screenshot. Use the Tracer tool to debug and resolve the issue.
The following table provides the credentials you need to complete the challenge.
Role | User name | Password |
---|---|---|
Application Developer | author@gogoroad | pega123! |
Note: The challenge walkthrough is coming soon.
Detailed Tasks
1 Configure Tracer settings
- In the footer of Dev Studio, in the Developer Toolbar, click the Tracer icon to display the Tracer window.
- In the Tracer window, in the toolbar, click Settings to check the Tracer tool settings. The Tracer Settings window is displayed.
- In the Tracer Settings window, verify that the following events to trace and break Conditions are selected.
- In the Rulesets to Trace section, click Deselect All.
- Select the GoGoRoad check box to trace Rules in the GoGoRoad Ruleset.
- Click OK to dismiss the Tracer Settings window.
2 Start the Tracer tool and identify candidate events
- In the Tracer window, in the toolbar, click Clear to clear any previous logs.
- Click Pause to pause the Tracer tool.
Tip: To reduce the number of irrelevant events the Tracer records, play the Tracer before you encounter the error.
- Minimize the Tracer window.
- Create a new Assistance Request Case.
-
Advance the Case to the Select services View.
Note: In the Enter customer information Step, select an account ID with Standard coverage so that the start Condition does not skip the Review service summary Step. - Open the Tracer window, and then click Play to start the Tracer tool.
- Minimize the Tracer window.
- Select the Tow vehicle check box, in the Vehicle type select Sedan, in the Miles field, enter a value of 20.
- In the Service list, select Tire repair, in the Quantity field, enter a value of 1.
- Click Submit. The Review service summary View is displayed.
Note: If the Case does not automatically proceed to the Review service summary Step, click the pulldown next to the Service Case ID and then click the Assistance Request Case ID to be redirected to the parent Case. To the right of Review service summary, click Go to proceed to the Review service summary View.
- Open the Tracer window, and then click Pause to pause the Tracer tool. In the Tracer results, the following events set the values of Tow cost and Service total.
Note: Your line numbers may differ.
- In the Tracer results, click a line of interest in the STEP METHOD column to view more details. The Properties on Page TraceEvent window is displayed. The Event Key row shows the class and Rule name, which is TESTVALUESFORINVOICING.
- Close the Properties on Page TraceEvent window.
- Close the Tracer window.
3 Locate and correct the source of the error
- In the header of Dev Studio, in the search bar, enter TestValuesforInvoicing, and then press the Enter key. The search results are displayed.
Note: If the system fails to return a search result, use either the App Explorer to locate the Rule in the AssistanceRequest class, or the Records Explorer to locate the Rule in the Data Transform Rule category.
- Click the TestValuesForInvoicing Data Transform. The Test values for Invoicing Data Transform have hard-coded values for the tow cost and service total items. The Data Transform was included for testing purposes and should be removed.
- Click Actions > View references to see where the Rule is referenced. In the pane on the right, in the Referencing Rules tab, the InvoiceCustomer flow is displayed.
- Hover over GoGo-GoGoRoad-Work-AssistanceRequest-InvoiceCustomer, and then click the Edit icon to open the Flow Rule
- Between the start shape and the Review service summary Assignment, right-click the connector, and then click View properties.
- In the Connector properties window, in the Set properties section, verify that the TestValueForInvoicing Data Transform is executed from this connector.
- Clear the Data Transform field, and then click Submit to dismiss the window.
- Click Save to save the Flow Rule.
Confirm your work
- Create a new Assistance Request Case.
- In the Enter customer information View, select [email protected] as the Account ID.
- Advance the Case to the Select services View.
- Select the Tow vehicle check box, in the Vehicle type select Sedan, in the Miles field, enter a value of 20.
- In the Service list, select Tire repair, in the Quantity field, enter a value of 1.
- Click Submit. The Review service summary View is displayed.
- Verify that the correct services are displayed.
Note: This challenge does not have autograding validations.
This Challenge is to practice what you learned in the following Module:
Available in the following mission:
If you are having problems with your training, please review the Pega Academy Support FAQs.
Want to help us improve this content?