• Nithin J 10
  • NEWBIE
  • 0 Points
  • Member since 2019

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

I need to request Signed signed object either from the Controller or view of ASP.net MVC. I tried to use 

Sfdc.canvas.client.repost({refresh : true});

But got an erro Sfdc. is not defined. Can you give me an example how to request a signed request on demand
I'm facing an issue while rendering my MVC View on the Iframe. The error is x-frame option set to "Same Origin". How do i resolve the issue. please help me on this. This happens on the chorme for the classic and lighting version as well
I can request the signed object using the repost() Javascript function, is there anyway, where i can request signed object on demand from the MVC controller itself?