You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Creating Mashup url in page container via VBS with dynamic parameter

in Sales 2 comments

Summary:

we have Eloqua profiler embedded in our contact object as sub tab in the classic UI

as we adopting the redwood UI we would like to make this tab available in Contact redwood UI

I followed below link but i can't preview my change properly

below is the code that i created for the dynamic container.

<template id="profiler">
<oj-vb-fragment bridge="[[vbBridge]]" name="oracle_cx_fragmentsUI:cx-url">
<oj-vb-fragment-param name="dynamicLayoutContext" value="{}"></oj-vb-fragment-param>
<oj-vb-fragment-param name="mode" value="embedded"></oj-vb-fragment-param>
<oj-vb-fragment-param name="title" value="profiler"></oj-vb-fragment-param>
<oj-vb-fragment-param name="url" value="https://login.eloqua.com/auth/saml2/autologin?CheckFrame=false&LoginPrefix={companyid}&ReturnUrl=/apps/embed/salesTools/profiler"></oj-vb-fragment-param>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!