Consider a scenario where a real user facing an issue while creating case Id.
As a developer, how can you access that case data remotely.
- Should not access Tracer
Consider a scenario where a real user facing an issue while creating case Id.
As a developer, how can you access that case data remotely.
@Nagarjuna Saidu
Logs
Admin Studio
Remote Tracer
@NagarjunaS16644648 Hi,
if the person has opened the case and logged in you can view the case data from admin studio, and view clipboard of the logged in requestor from the requestors tab.
Steps as below:
Go to Admin Studio
Go to requestors tab
spot the requestor which you want to debug
Click on the three dots in the extreme right of the requestor
click on view clipboard
you can view the entire clipboard on the user
or else you can open the created case in dev studio and then check the case data from clipboard as well
@NagarjunaS16644648
for debugging you can also enables logs for short period of time by setting logging levels to ERROR. Use log categories to do this for Pega 8+ versions.
you can also logs the step execution of activty for debugging, refer below tread for that
Debug a activity instead of using remote tracer | Support Center (pega.com)