Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

How to delete table data through report

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello All,

How to delete table data through report

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: How to delete table data through report

    Thanks a lot chris

  • Verified answer
    CDsilva Profile Picture
    CDsilva 4,184 on at
    RE: How to delete table data through report

    Hi,

    On OnAfterGetRecord() trigger of the DataItem write the below code

    Record.DELETEALL; //Record is TableName

    this will delete all Table data.

    If you want to delete only some records then add the condition then Delete

    OnAfterGetRecord()

    IF (Sales.DocType ='Invoice') and (Sales.Amount = 0 ) THEN //This is an example

    DELETE;

    ELSE

    CurrReport.SKIP;

  • Verified answer
    Mohana Yadav Profile Picture
    Mohana Yadav 60,155 Super User 2025 Season 1 on at
    RE: How to delete table data through report

    tablerec.deleteall;

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,489 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans