Pega Notifications marked as READ after clicking Notification Bell even if not opened by user
When a user has several notifications in their Notification bell, if they click on the bell, then open only one of the notifications or just click out of the notifications list without opening any, and then click on the Notification bell again, every notification has been marked as READ (the blue dot icon dissapears) even if they did not open them.
How can we get only the notifications that are opened by a user to be marked as READ after they click on it, and have the Unread icon still appear for the rest?
We noticed this behavior is configured in the code of the activity pzQueueForNotificationReadStatus, which is executed on click of the section that contains the bell icon (pyDesktopNotificationGadget), and it queues ALL the current user's notifications and then executes a Connect SQL pzUpdateRecipientStatusToRead which has the READ status hard coded for every item queued.
Is this the intended behavior? This is generating confusion for our users who get lots of notifications daily, so they lose track of which notifications have they read.
***Edited by Moderator Marije to add FDBK Details***