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
Sanchivan SivadasanSanchivan Sivadasan 

Integrate third party apps in Visualforce and communicate between them

What is the best approach to integrate Visualforce and third party app. I need to be able to have a Visualforce page display this third part app as part of a section and pass parameter to it and once the user is done interacting with that app the data from third part app needs to be passed to the Visualforce page and a method needs to be call to process that completion. 

How do I go about doing this and what's the best approach?

I know Salesforce has something called Force.com canvas, but not sure if Canvas allows communication between the Visualforce page and the Canvas app and Canvas app to Visualforce page. 

Thanks.

Sanch.