Skip to main content

Notifications

Small and medium business | Business Central, N...
Answered

Permission error to delete Ledger Entries in Business Central

Posted on by 380

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

  • Asif Shahzad Profile Picture
    Asif Shahzad 380 on at
    RE: Permission error to delete Ledger Entries in Business Central

    Thanks Stefano. It works for me :)

  • Suggested answer
    Stefano Demiliani Profile Picture
    Stefano Demiliani 37,162 Most Valuable Professional on at
    RE: Permission error to delete Ledger Entries in Business Central

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

    Permissions = TableData "Service Ledger Entry" = rimd"

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans