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
SFDCU$erSFDCU$er 

Canvas

I am trying to integrate a 3rd party web app with my customer portal. There are 5 tabs on my customer portal out of which 2 of them references visualforce pages and the remaining 3 should reference 3 different pages in the web app. The integration need to be done in such a way that when a user click on any one of the 3 tabs which references the web app it should take the user to the individual web app pages associated with the tab.

E.g. If we have tab1, tab2, tab3, tab4 and tab5, tab1 and tab3 will take you to the respective visualforce pages associated with the tab. tab2 should take you to tab2 page on the web app Similarly, tab4 and tab5 should take me to tab4 and tab5 page on the webapp.

It should be a seamless integration and the user should not be aware of the fact that he is accessing 2 different apps. Would really appreciate if anyone could suggest me the best way to implement this.
Ashish_SFDCAshish_SFDC
Hi , 


What are the 3rd party Web Apps that you are using, will you add the URL as a Web Tab or you will Integrate the Front End of the Portal to the Backend of your App?

What platform are they built in? Do all the 3 Web Apps belong to a Same system or all the three are different applications?

See the links below for more information and Sample code, 

Integrate Third-party Web Apps Using Force.com Canvas

http://www.youtube.com/watch?v=NrJsAqtXuEk


This request has been addressed already in other Forum, 

http://salesforce.stackexchange.com/questions/31060/canvas-implementation


Regards,
Ashish