Opening workspace from a report

Dennis Ford
Giga Guru

How can we create a list report where if the user clicks a link to open the underlying record that the record opens in agent workspace instead of the platform?  Thanks!

10 REPLIES 10

This may not be the best practice, but I had success by updating the Navigation Handler [sys_navigator] that seems to fire when a record (In our case, an HR Case) is clicked on. We just hard coded the HR Agent Workspace URL and it worked well for us.

 

Example:

 

 

answer = '/now/hr/agent/record/sn_hr_core_case/' + current.getUniqueValue();

 

This is helpful! but when someone click on the incident record from incident table it is also navigating to workspace view.

jbannister
Tera Contributor

Is there an update on this question? I have the same issue. We use a lot of reports and dashboards for our users but when the charts are clicked the users are not directed to the record in the workspace. 

nvoss
Tera Contributor

Once we upgraded to Xanadu, the reports started opening up in Workspace (HR Agent Workspace to be exact), your mileage may vary though

jbannister
Tera Contributor

Is this a setting somewhere that I need to enable? We've upgraded to Xanadu as well but our reports are still directing users to the core platform list view when charts are clicked.