Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested answer

Purch Order - Update invoice quantity do not refresh data

(0) ShareShare
ReportReport
Posted on by

Hello everyone,

After updating to PU45, some users are having problems updating the quantity on purchase order invoices. 
When they select the quantity in the dropdown, the form does not refresh, it does nothing.

We have tried deleting usage data, deleting browser cookies, using different browsers (Edge and chrome) and nothing has worked.
We have also tried to put the same roles and permissions to other users, and they can update the amount without problem, so apparently the problem is not caused by security.
Has anyone experienced anything similar? Do you have any advice on where to look for the problem? Keep in mind that it is not an error that can be reproduced from another user.

Thanks in advance.
 
UPDATE: This only happens on PROD environment, on UAT its works fine.
 
  • Suggested answer
    ACECORP Profile Picture
    1,587 on at
    RE: Purch Order - Update invoice quantity do not refresh data

    Sounds like some kind of bug, but you may be able to fix it using the following JavaScript code. 

    Put the code on the Lookup Field or Option Set On Change Event and it will save the data and then force refresh and reload the form inline. 

    function SaveRefreshNReloadForm(executionContext) {
            var formContext = executionContext.getFormContext();
                formContext.data.save(true).then(function () {
                    formContext.data.refresh(save);
                });
           }
    

  • Nya Profile Picture
    29,058 on at
    RE: Purch Order - Update invoice quantity do not refresh data

    Hi,

    Would you please specify which application you're using in Dynamics?

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

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... 292,886 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,766 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans