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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

How to get current record associated with Report?

(0) ShareShare
ReportReport
Posted on by 485

I want to pass the current record of a report into a codeunit, but I whenever I try passing 'Rec' to a procedure in the codeunit I get this error: The name 'Rec' does not exist in the current context

My code right now (Report extension for Vendor Trial Balance report):

pastedimage1656966335983v1.png

I have the same question (0)
  • Suggested answer
    YUN ZHU Profile Picture
    101,995 Super User 2026 Season 1 on at

    Hi, Rec cannot be used in ReportExtension. This is different from Page and Table. If you want to use Vendor table, you need to declare a variable.

    pastedimage1656980656322v1.png

    Hope this helps.

    Thanks.

    ZHU

  • Suggested answer
    Nitin Verma Profile Picture
    21,812 Moderator on at

    Hi jdrco ,

    try this one.

     modify(vendor)

           {

               trigger OnAfterAfterGetRecord()

               var

                   AutomatedReportEmail: Codeunit AutomatedReportEmail;

               begin

                   if recvendor.get(Vendor."No.") then

                       AutomatedReportEmail.ReportSendmail(RecVendor);

               end;

           }

       }

       var

           RecVendor: Record vendor;

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,353 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,808 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,371

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans