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
NAVEEN KUMARNAVEEN KUMAR 

Salesforce Canvas -- Urgent Help Needed!!

Hi All,

i want to display  some other web pages or UI pages of some other website in salesforce UI using canvas, any one has knowldge of canvas please share it and help to complete.

 
Rajnish Bishnoi 13Rajnish Bishnoi 13
You need to create a VF page and then an Canvas app.
In canvas app you need to provide your both pages URL, one which you have created in your org and one you want to show from external url.
In your internal VF page you need to add cavas app tag like this:-

<apex:canvasApp applicationName="canwasappName" canvasId="app1" id="myframe" height="400px" width="750px"/>

Please find the attached SS for your reference.

canvas app setting

Thanks,
Rajnish
NAVEEN KUMARNAVEEN KUMAR
Hi Rajnish,

i have tried as you mentioned but getting blank page as below.. please let me knw how to proceed.

User-added image
vf page as below:
User-added image

regards,
Naveen
Rajnish Bishnoi 13Rajnish Bishnoi 13
Change your Oath as full acess and try to inspact the page and see if there is something or not on blank page