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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

How Auto refreshing a View Page when modify a Quote line

(0) ShareShare
ReportReport
Posted on by 371

Hi Community

I have an issue, when I modified a sales line and back to quote view the value it doesn't change automatically, I need to refresh f5 to get the new value.

I create a trigger but still is not working.

This is my scenario:

If I delete one Line, my total amount will change in my Quote view page

pastedimage1684441182133v1.png

But still keeping the old value till I press F5.

pastedimage1684441350699v2.png

I create a trigger:

pageextension 50114 SalesQuoteViewList extends "Sales Quotes"
trigger OnAfterGetCurrRecord()
    begin
        CurrPage.Update(false);

    end;
But still is not working.
If you have some recommendation I will appreciate or you now how use RefrehonActive for extend pages, please let me know.

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

    Hi, when you back to the Sales Quote page, the OnAfterGetCurrRecord() trigger is not executed, so it has no effect.

    And Amount field in Sales Quote is a FlowField, which can be automatically refreshed after clicking another row. (I know this is a weird behavior...)

    For example,

    [View:/cfs-file/__key/communityserver-discussions-components-files/758/Demo.mp4:1024:768]

    Hopefully other experts can give you better advice.

    Thanks

    ZHU

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

    Hi,

    Seems strange, you can try below,

    trigger OnAfterGetCurrRecord()

       begin

           CurrPage.Update;

       end;

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,965 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,125 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 961 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans