Skip to main content

Notifications

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,095 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

Welcome to the inaugural Community Platform Update. As part of our commitment to…

Dynamics 365 Community Newsletter - August 2024

Catch up on the latest D365 Community news

Community Spotlight of the Month

Kudos to Mohana Yadav!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 227,971 Super User 2024 Season 2

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans