• cloudforce
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

Hi,

 

I created a VF page that provides the standard functionality of the "Send Email" in Salesforce using Registered service. The page basically allows to send email to the users through a registered service. The VF page will look like standard "Send Email" page of SF. I created the custom button "Select Template" and when user clicks on select template button standard Salesforce pop up window also opens up, listing various templates to select.Now as the pop-up which opens up is in *.Salesforce.com domain and our Visualforce page is in *.force.com domain, so the browser security settings doesn’t allow the pop-up window to communicate the template selected action back to parent window (i.e., our vf page). Browser prevents cross server interactions.

 

Please advice.