You need to sign in to do that
Don't have an account?
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.
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.
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.
Thanks,
Rajnish
i have tried as you mentioned but getting blank page as below.. please let me knw how to proceed.
vf page as below:
regards,
Naveen