Solved

How to enable trace visibility using permission sets?

  • 8 September 2021
  • 3 replies
  • 150 views

Userlevel 4
Badge +5

I have created a user with limited access to investigate a user-specific issue. As per my current user setup debug console does not show any traces of the selected item. Which permission sets should be enabled to gain the visibility of traces?  

icon

Best answer by Devni Panduwawala 8 September 2021, 15:24

View original

This topic has been closed for comments

3 replies

Userlevel 6
Badge +14

Hi @Nethaji Chandrasiri ,

 

Check whether you have the permission set as the DEBUGGER. If its not set, set and refresh the cache as well.

 

Userlevel 5
Badge +8

Hi Nethaji,

 

You can do so by following the below steps.

  1. Open permission set under consideration
  2. Click on System Privilege tab -> Select Debugger
  3. Save
  4. Refresh Security Cache

 

The user with limited access will now be able to view traces.

Hope this helps 😊

 

Best regards,

Devni

Userlevel 4
Badge +5

Hi @Nethaji Chandrasiri ,

 

Check whether you have the permission set as the DEBUGGER. If its not set, set and refresh the cache as well.

 

Thanks @Janitha Jinarajadasa.  I’ll try it.