cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CRM - Integrate an external URL as new assignment block

former_member452749
Participant
0 Kudos

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.

poluvamsee
Explorer
0 Kudos

Let me know how you achieved it, I have requirement to call Fiori UI in CRM campaign as assignment blocks

Accepted Solutions (0)

Answers (1)

Answers (1)

Domi
Contributor
0 Kudos

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