• Tarachand
  • NEWBIE
  • 0 Points
  • Member since 2015
  • GoForService Technologies


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 1
    Replies
I am opening the window pop up using window.open() and also close the window using window.close(). It is working fine in the Salesforce Classic but not working in the Salesforce 1. Please give any idea.

Hi All,

        I having SAP WSDL file how to connect this wsdl file with Salesforce.

 

        After connecting this WSDL file with salesforce, using this I want only to view the data. kindly anyone tell how to resolve this.

Thanks,

Regards,

Udaya

I have a visual force page embedded in Contact detail page layout. I have a output link to drill down to detail custom object page. I have the following in my page, and it drill down correctly to detail custom object page, but it doesn't work when do right click Open in New Tab, I got 
URL No Longer Exists error

<apex:outputLink onClick="window.top.location.href = '{!redirectUrl}';">{!fa[field]}
</apex:outputLink>

How to make the output link work for both drill down in the same window as well as Open in New Tab?

Thanks
  • August 03, 2014
  • Like
  • 1