Announcements
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
But still keeping the old value till I press F5.
I create a trigger:
Hi,
Seems strange, you can try below,
trigger OnAfterGetCurrRecord()
begin
CurrPage.Update;
end;
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
André Arnaud de Cal...
293,289
Super User 2025 Season 1
Martin Dráb
232,068
Most Valuable Professional
nmaenpaa
101,156
Moderator