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

Notifications

Announcements

Community site session details

Community site session details

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

Updating a factbox after a table update

(0) ShareShare
ReportReport
Posted on by 5

Hello! I am new here and I am not sure if this is the correct place to post that.

I am developing an extension for Dynamics 365 Business Central. In that extension I have a FactBox that needs to be updated after the record is updated.

I tried to add the following code in the PageExtension that I am working on (in this case, Sales Order).

trigger OnModifyRecord(): Boolean
begin
    CurrPage.MyFactBox.PAGE.UpdateData();
end;
But that doesn't work because "OnModifyRecord" runs BEFORE the update occurs. So the UpdateData() method retrieves old information from the database.
I tried to look for a OnAfterModify event and found a different kind of trigger that I need to add in a CodeUnit.
[EventSubscriber(ObjectType::Table, Database::"Sales Header", 'OnAfterModifyEvent', '', false, false)]
local procedure MyProcedure2(var Rec: Record "Sales Header"; var xRec: Record "Sales Header"; RunTrigger: Boolean)
begin
    if not RunTrigger then
        exit;
    // What to do here?
end;
The issue now is that I don't know how to invoke my FactBox page method from this event.
Can you guys point me in the right direction?
Thanks a lot!!
I have the same question (0)
  • Suggested answer
    Marco Mels Profile Picture
    on at

    Hello,

    We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist. If you need assistance with debugging or coding I would recommend discussing this on one of our communities.

    www.yammer.com/dynamicsnavdev

    dynamicsuser.net/.../developers

    I will open this up to the community in case they have something to add.

    Thanks.

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

News and Announcements

Season of Giving Solutions is Here!

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,742

#2
YUN ZHU Profile Picture

YUN ZHU 844 Super User 2025 Season 2

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 719 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans