Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Unable to refresh the form automatically using formContext.data.refresh(true)

(1) ShareShare
ReportReport
Posted on by 3
On resolving a case using js, i was unable to refresh the form as soon as the case got resolved using the below syntax
formContext.data.refresh(true);
 
Again hard reload or refresh is required to lock the form as the case is resolved.
 
Any help would be more appreciated.
  • Verified answer
    Dengliang Li Profile Picture
    Microsoft Employee on at
    Unable to refresh the form automatically using formContext.data.refresh(true)
    Hi,
     
    When a case is resolved, it is automatically locked to read-only status.
    In my testing, I added a column OnChange event to the Status field on the case entity.
    When the case is resolved, the value of the Status field changes to 1 (Resolved), which then triggers the Column OnChange event and refreshes the page.
    The code is below.
     
    function onload(executionContext){
        const formContext = executionContext.getFormContext();
        let status = formContext.getAttribute("statecode").getValue();
        if(status ===1){
            formContext.data.refresh(true).then(
                function success(res){
                    console.log("success")
                },
                function error(err){
                    console.log(err)
                }
            )
        }
    }
     
     
     
    If my answer was helpful, please click Like, and if it solved your problem, please mark it as verified to help other community members find more.
    If you have further questions, please feel free to contact me .
     
    Best Regards,
    Dengliang Li
     
     

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!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March 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... 294,095 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,866 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans