Skip to main content

Notifications

Announcements

No record found.

Business Central forum
Suggested answer

Handle OnAfterGetRecord in Report

Posted on by 7
I have a 3rd party extension installed on Premise.  There is a bug in the OnAfterGetRecord trigger of a report.  I cannot create a reportextension and use OnAfterAfterGetRecord because the OnAfterGetRecord will also execute.  Is there a way to use OnBeforeAfterGetRecord and then set the OnAfterGetRecord to handled=true?  I attempted to subscribe to the event, but I either have something wrong with the syntax or it's not possible,  Any assistance is appreciated
codeunit 50703 CVCLPLabelSubscriber
{
    EventSubscriberInstance = StaticAutomatic;
 
    [EventSubscriber(ObjectType::Report, Report::"IWX Sample LP 5x3 Label", 'OnAfterGetRecord', '', true, true)]
    local procedure CVCOnAfterGetRecord()
    begin
 
    end;
}
  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 68,757 Super User 2024 Season 2 on at
    Handle OnAfterGetRecord in Report
    This depends on whether there are events available in the third-party report.
    As far as I know, you can't skip the OnAfterGetRecord trigger of the report. So I think it's hard to do if you can't see the other party's source code.
     
    Hope this helps.
    Thanks.
    ZHU

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 16th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

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

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,349 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,212 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans