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
Nilesh SoorNilesh Soor 

Can we add Canvas App in Tab? If yes how?

Hi,
We are planning to build external app which will be intergrated in Salesforce Tab.
Is it possible to add Canvas App into the Salesforce Tab?

Thanks
Best Answer chosen by Nilesh Soor
Pradeep SinghPradeep Singh
Please refer :- https://developer.salesforce.com/docs/atlas.en-us.platform_connect.meta/platform_connect/canvas_framework_using_vf_intro.htm

You can create a visualforce page to expose canvas app and then use this visualforce page in a visualforce tab.

All Answers

Pradeep SinghPradeep Singh
Please refer :- https://developer.salesforce.com/docs/atlas.en-us.platform_connect.meta/platform_connect/canvas_framework_using_vf_intro.htm

You can create a visualforce page to expose canvas app and then use this visualforce page in a visualforce tab.
This was selected as the best answer
Nilesh SoorNilesh Soor
Thanks Pradeep!
one more thing, I want to pass Salesforce Organization & User data to my external app. How this can be achieve?