Notifications existing in a different Scoped Application do not show for non-admin usersIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Since upgrading to Kingston, notifications in the HR Core scoped application are not showing up in My Notification Preferences for user who do not have admin access. After debugging the ACLs, it looks like the sysevent_email_action read ACL is not executing against the notifications within the HR Core scoped application for non-admin users. Steps to reproduce: - Changed your Application from Global to a different scoped app e.g. Human Resources : Core. - Create a notification in the sysevent_email_action table in your scoped app and not the Global app. - Impersonate a non-admin user and go to the system gear icon on the top right. - Go to Notifications (If in Kingston, it will show notifications in that frame otherwise you will need to go to Notification Preferences under Self-Service in previous releases) and look for the notification which was created. - Observe that you are not able to see the notification which was created in the scoped app. Admin user: Non admin user: Release Kingston Cause The read ACL for sysevent_email_action is not being evaluated in the scoped application as the notification exists only in the scoped app but the ACL exists in the Global app. The OOB read ACL --> /nav_to.do?uri=sys_security_acl.do?sys_id=a9fd2f090a0a0b4401989089c3929173 Resolution To resolve this issue, please create/insert the same ACL in your scoped application in order for the notification to show in the scoped app for non-admins Additional Information ACL rules in scoped applications