User not receiving Group NotificationsIssue Users are not able to receive group notifications which are subscribable (Subscribable = true).CauseNotification Subscriptions of the user are stored on cmn_notif_message table. When a user is sent a sunscibable notification for the first time, a entry is created in cmn_notif_message table. If user unsubscribes the notification, corresponding record on cmn_notif_message table is updated where Filter column value is changed to Unsubscribe. Also note, if the Filter column has a value of (none) make sure to review the Advance Filter column, if this one has value true, then open the notification record and review the filter conditions. When you check notification preview of the notification in question, we get error for the user as - Excluded Recipient because user's notification preference "Filter" filtered it. See (cmn_notif_message.notification_filter)ResolutionIndividual User who is not receiving the notification, needs to Subscribe to the notification.OR2. If admin has to do it for multiple users then admin can update records for multiple users from cmn_notif_message table