web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

Is it possible to delete old Notification Entries?

(7) ShareShare
ReportReport
Posted on by 19
For some reason, old notification entries were not cleared after the related records were approved. Now those old notifications are being resent every single time a new notification event occurs. E.g., when a new purchase invoice or GL approval is sent out, the notification email includes a list of the old notifications that say the record was approved. This only occurs in one of our BC companies, and I've traced it do these old notifications still showing in the Notification Entries page. Within our other BC companies, the Notification Entries page is either blank or only shows currently actionable notifications. There's no feature to delete the entries after selecting them, so I'm trying to find an alternative approach to clear them out. Any thoughts? This is occurring on BC on cloud v26.3.
I have the same question (0)
  • Suggested answer
    Sohail Ahmed Profile Picture
    11,084 Super User 2025 Season 2 on at
    Is it possible to delete old Notification Entries?
    This is not possible with standard Business Central  the Notification Entries page does not allow deletion. However, you can achieve it with a small AL codeunit that has delete permission on table 1511 "Notification Entry".
     
     
    codeunit 50100 "Clear Notification Entries"
    {
        Permissions = tabledata "Notification Entry" = d;
    
        trigger OnRun()
        var
            NotificationEntry: Record "Notification Entry";
        begin
            if NotificationEntry.FindSet() then
                repeat
                    NotificationEntry.Delete();
                until NotificationEntry.Next() = 0;
        end;
    }
    
     
     
    ✅ Mark this answer as verified if it helps you.
  • Suggested answer
    Mansi Soni Profile Picture
    8,830 Super User 2025 Season 2 on at
    Is it possible to delete old Notification Entries?
    Hello,

    There’s no option to delete them in the UI, a customization is required for example, a small AL routine to mark those entries as handled.

    Hope this answer will help you as well!

    Regards,
    Mansi Soni
  • Suggested answer
    RockwithNav Profile Picture
    8,193 Super User 2025 Season 2 on at
    Is it possible to delete old Notification Entries?
    Not out of the Box for sure.
    If you want to customize just make sure this data you never need for any auditing.
  • Suggested answer
    DAnny3211 Profile Picture
    11,369 on at
    Is it possible to delete old Notification Entries?

    Hi,

     

    In Business Central (v26.3 cloud), Notification Entries are typically managed by the system and aren't designed to be manually deleted through the UI. However, if old entries persist and are being resent with new notifications, this could indicate a data inconsistency or a workflow issue specific to that company setup.

     

    Here are a few suggestions you might consider:

     

    1. Check Notification Setup: Review the notification rules and workflow configurations for the affected company. Ensure that completed approvals are not being retriggered due to misconfigured conditions.


    2. Use PowerShell or API: If deletion is necessary, and you're comfortable with technical tools, you might explore using PowerShell scripts or the Business Central API to remove stale entries. This should be done with caution and ideally in consultation with your partner or Microsoft support.


    3. Contact Support: Since this behavior is isolated to one company and not reproducible in others, it may be worth raising a support ticket with Microsoft. They can help investigate whether this is a known issue or if a backend cleanup is required.



    4.  
     

    Please verify if this helps resolve your issue.

     

    Thanks and best regards,

    Daniele

    Note: This response was prepared with support from Copilot to ensure clarity and completeness.

  • Verified answer
    Khushbu Rajvi. Profile Picture
    19,127 Super User 2025 Season 2 on at
    Is it possible to delete old Notification Entries?
    In standard BC cloud there’s no UI option to delete old Notification Entries
    options are either to build a small AL cleanup report against table 1511 Notification Entry or raise a support ticket with Microsoft if they can do something.
  • Verified answer
    YUN ZHU Profile Picture
    91,913 Super User 2025 Season 2 on at
    Is it possible to delete old Notification Entries?
    As far as I know, the Notification Entry (1511) table, like the GL Entry table, cannot be directly deleted. This requires customization. I hope the following information can give you some tips.
    Dynamics 365 Business Central: Can we insert/modify/delete posted data (Posted Documents & Posted Entries) via AL???
     
    Thanks
    ZHU

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Nimsara Jayathilaka. Profile Picture

Nimsara Jayathilaka. 3,846

#2
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 3,157

#3
Sumit Singh Profile Picture

Sumit Singh 2,903

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans