cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CRM - Integrate an external URL as new assignment block

Former Member
0 Likes
533

Hi all,

i have an external URL that has to be integrated inside a new assignment block in SAP CRM.

Is it possibile to do this using <iframe> tag? Or is there a better solution using javascript in html page of custom CRM view?

I can call this external URL opening a new window (window.open) and it works correctly, but in some cases the system returns the following error:

This content cannot be displayed in a frame

Could you help me, please?

Thanks in advance.

Regards.

Dario.

Accepted Solutions (0)

Answers (1)

Answers (1)

Domi
Active Contributor
0 Likes

Hi

the error only happens if you try to open the external URL in the iframe, right?

For security and copyright reasons a growing number of sites prevent to be displayed within frames or iframes.

You could check the response hader and switch from inplace to popup display if necessary.

regards

Domi