UIB Calendar Report

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 02:07 PM
Hi All,
I have a requirement on the Calendar Report, where a user clicks on the record overview, they have to be redirected to that record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 02:52 PM
Hi @SNDeveloper,
You can use the 'Event clicked' Event and redirect the user to the record.
In the 'Select destination' button, you can specify the destination.
The Event will capture the information (i.e. table, sys_id) and you can use this information to redirect the user.
For more info, you can refer to the official documentation - https://developer.servicenow.com/dev.do#!/reference/next-experience/washingtondc/now-components/sn-p...
Cheers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 05:19 AM
Hi James - As I'm new to UIB, I don't understand how to achieve this? Can you show me how to get it working and how does what's the end result?