ExternalPages

From Customer365 for SageCRM
Revision as of 18:27, 13 February 2017 by CrmtogetherPortal (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.