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;
[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;
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.
dynamicsuser.net/.../developers
I will open this up to the community in case they have something to add.
Thanks.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156