ExternalPages: Difference between revisions

From Customer365 for SageCRM
(Created page with "You can embed external pages by copying the file extwrapper_template.aspx and renaming this EG mywebsite.aspx and then in the web.config file create a setting with th...")
 
No edit summary
 
Line 18: Line 18:


*Please note that some sites like youtube will block you from using its content in an iframe.
*Please note that some sites like youtube will block you from using its content in an iframe.
OCT 2020
To have the website open in a new tab/window you need to add "T=Y" as a quesry string onto the url in CRM
Example
  mywebsite.aspx?T=Y

Latest revision as of 16:11, 19 October 2020

You can embed external pages by copying the file

 extwrapper_template.aspx

and renaming this

EG

 mywebsite.aspx

and then in the web.config file create a setting with the same key value as the full page name

EG

 <add key="mywebsite.aspx" value="http://crmtogether.com"/>

This embeds the page in an iframe within the portal.

  • Please note that some sites like youtube will block you from using its content in an iframe.


OCT 2020 To have the website open in a new tab/window you need to add "T=Y" as a quesry string onto the url in CRM

Example

  mywebsite.aspx?T=Y