function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SampakiraSampakira 

How to open external application

I'm looking for a solution to call an application which is running on my local system. My requirement is -

1. On click on a tab (for example tab name is : My External App) from force site, it should call http://localhost:8080/myapp

2. On clicking on tab from #1, I want to pass parameters on http request header & URL parameter. For example, I want to pass logged in user id from Salesforce to my local application like http://localhost:8080/myapp?parm=userid

3. After I click on tab, my external application page should open within Salesforce in an IFRAME or some other way(I'm not aware of some other way).

 

I'm very new to Salesforce, Kindly let me know how to proceed on this. Any tutorial or guide or suggestion is highly appreciated. 

 

 

 

 

Satish_SFDCSatish_SFDC

Hi,

I think the Force.com Canvas is what you are looking for. It helps you integrate third party web apps in Salesforce.

 

Link: http://www.salesforce.com/us/developer/docs/platform_connect/index.htm

 

Hope this helps.

 

Regards,
Satish Kumar

Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.

 

 

SampakiraSampakira

Thanks for your help!

 

I found a solution. I can create a web tab and then I call external web application URL from there.

karimulla testingkarimulla testing
hi sampakira , may i know how did you proceed with this issue , please let me know
 
LinThawLinThaw
Hi Karimulla,

Web tab setting is as follow.

Create > Tabs > Web Tabs > New
User-added image
Regards,
LinThaw