Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

UIB Calendar Report

SNDeveloper
Tera Expert

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.

SNDeveloper_0-1713992843312.png

 

2 REPLIES 2

James Chun
Kilo Patron

Hi @SNDeveloper,

 

You can use the 'Event clicked' Event and redirect the user to the record.

JamesChun_0-1713995409094.png

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

 

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?