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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

Permission error to delete Ledger Entries in Business Central

(0) ShareShare
ReportReport
Posted on by 410

Hello developers,

I have a stupid scenario. I know Microsoft does not allow us to delete Ledger Entries but client wants to delete entries in Service Ledger Entries table. I tried to implement through an Extension.

trigger OnAction()
var
    TempRec: Record "Service Ledger Entry";
    Counter: integer;
begin
    if PinValidated then begin
        TempRec.SetFilter("Document No.", DocNoServLE);
        if TempRec.FindSet() then begin
            repeat
                //Message(TempRec."Document No."   '    -   '   TempRec."Service Contract No.");
                TempRec.Delete();
                Counter := Counter   1;
            until TempRec.next() = 0;
        end;
        Message('Total Records Deleted: '   Format(Counter));
    end;

end;

But when i run this code, BC sends permission error though I am admin/super user. Its SaaS version.

Error Description:

You do not have the following permissions on TableData Service Ledger Entry: Delete.

To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '78216'.

pastedimage1589537431983v1.png

I have the same question (0)
  • Suggested answer
    Stefano Demiliani Profile Picture
    37,166 Most Valuable Professional on at

    Try to set explicit permission on your codeunit object, like:

    Permissions = TableData "Service Ledger Entry" = rimd"

  • Asif Shahzad Profile Picture
    410 on at

    Thanks Stefano. It works for me :)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,958 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,101 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 959 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans