• Giriraj G Patil
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi All,

After editing the opportunity product details in the edit lightning component, the updted details are not popolating on the product detail page. In the code snippet we are explicitly calling 
setTimeout(function() {
            $A.get('e.force:refreshView').fire();
        }, 1000);
and given the time as 2000. Then also the detail page is not populating the latest updated values.

This behaviour is observed after the Winter'20 Salesforce release .

Kindly suggest any workaround.. 
Hi All,

After editing the opportunity product details in the edit lightning component, the updted details are not popolating on the product detail page. In the code snippet we are explicitly calling 
setTimeout(function() {
            $A.get('e.force:refreshView').fire();
        }, 1000);
and given the time as 2000. Then also the detail page is not populating the latest updated values.

This behaviour is observed after the Winter'20 Salesforce release .

Kindly suggest any workaround..