Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Suggested answer

Purch Order - Update invoice quantity do not refresh data

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
    ACECORP 1,579 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
    Nya 29,056 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans