• Aman Chawla 2
  • NEWBIE
  • 4 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
Hello Team,

We are using a Lightning Partner Portal theme for our partner community.

We have designed a custom lightning component, which just contains a button, one click of this button <using iframe tag > we are re-directing user to a new vf page, but we are getting the error as "


Blocked opening '------**************URL*****************' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.

Even we set allow pop ups for the iframe tag we were using even then the result is same.

Thank You,
Rajesh Adiga P.
$A.get('e.force:refreshView').fire();
I am getting error - 'Cannot read property 'fire' of undefined'. This is weired. Plz help me if you have any suitable answer.
Hi,
I create a lightning component for the lightning experience record pages. In the customize record page, I drag standard Record Detail component and my componont to the page. In my component, I update some fields of a record. After I save those field, I fire up the e.force:refreshView event. But the standard record detail component did not refresh to show the new value of those field. Is there any way to force to refresh the standard record detail component?