function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sorcerer7Sorcerer7 

Trying to embed the Eloqua Profiler ino Page Layout

Marketing wants to "Integrate" our Marketing software with SFDC. We currently use Eloqua as a our Marketing software.
Eloqua has an integration and we are using it, however, when I place the Visualforce page onto the Page Layout (Eloqua uses a Visualforce page to profile the Contact and Account).
Since we use a Single Sign On, I am getting an error message that looks like this...


The code behind the Visualforce page looks like this and was supplied by Eloqua for "Auto-Login"
<apex:page standardController="Contact">
<apex:iframe
src="https://login.eloqua.com/autoLogin?LoginPrefix=<Login
Prefix>&Url=/apps/salesTools/profiler?emailAddress={!Contact.email}"/>
</apex:page>

Any suggestions for changing the code so I don't get the error?
Other than call Oracle I mean?
Thanks,
Abhishek Jain 6Abhishek Jain 6
Hi Sorcerer
I have a requirment to integrate eloqua profiler with Salesforce. Could you please let us know how you achieved that? By VF pages?