Skip to main content

Notifications

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 357

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.

  • Suggested answer
    Nitin Verma Profile Picture
    21,467 Moderator on at
    RE: How Auto refreshing a View Page when modify a Quote line

    Hi,

    Seems strange, you can try below,

    trigger OnAfterGetCurrRecord()

       begin

           CurrPage.Update;

       end;

  • Suggested answer
    YUN ZHU Profile Picture
    79,490 Super User 2025 Season 1 on at
    RE: How Auto refreshing a View Page when modify a Quote line

    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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Announcing Our 2025 Season 1 Super Users!

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

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,289 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,068 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans