The 'Notification about inactive entity' delivers an email with a broken linkIssue The 'Notification about inactive entity' delivers an email with a broken link.CauseThis is a product defect that is logged as PRB1547626/PRB1527519, caused by a problem in the link built by the notification script 'list_of_inactive_entity'. Notification:https://<instance_name>.service-now.com/nav_to.do?uri=sysevent_email_action.do?sys_id=c35d33a5538910101bfbddeeff7b12ff%26sysparm_view=advanced Email notification script:https://<instance_name>.service-now.com/nav_to.do?uri=sys_script_email.do?sys_id=028e1c3953c910101bfbddeeff7b125cResolutionThe fix for the PRB is slated for the San Diego release of GRC: Profiles. Until then, the dev team has published the below workaround: 1. Open the email script "list_of_inactive_entity" at url : https://thriventdev.service-now.com/nav_to.do?uri=sys_script_email.do?sys_id=028e1c3953c910101bfbddeeff7b125c 2. Go to script and make the following changes at line 7. From: var attachLink = '<a target="_blank" href="%2Fsn_grc_profile_list.do%3Fsysparm_view%3Dinactiveentity%26sysparm_userpref.sn_grc_profile_list.view%3Dinactiveentity%26sysparm_userpref.sn_grc_profile.view%3Dinactiveentity%26sysparm_query%3Dactive%253Dfalse%26sysparm_fixed_query%3D">List of Inactive Entity </a>'; To: var attachLink = '<a target="_blank" href="/sn_grc_profile_list.do?sysparm_view=inactiveentity&sysparm_userpref.sn_grc_profile_list.view=inactiveentity&sysparm_userpref.sn_grc_profile.view=inactiveentity&sysparm_query=active=false&sysparm_fixed_query=">List of Inactive Entity </a>';