Creating Mashup url in page container via VBS with dynamic parameter
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>