Question
express scripts
US
Last activity: 13 Jun 2018 4:29 EDT
Displaying portal as a widget (mashup)
The mashup code that gets generated when embedded in the Organizational portal as a widget (mashup), always show New harness of the new Case.
Our requirement is we need to display a portal/harness as a widget.
I tried the below code.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script src ='<URL>?pyActivity=pzIncludeMashupScripts'></script>
</head>
<body>
<h1> President Scripts Inc efwew</h1>
<!-- ********************** Begin Pega content ********************** -->
<div id="PegaGadget" style="overflow:auto;width:100%;height:100%;"
data-pega-gadgetname ='PegaGadget'
data-pega-action ='display'
data-pega-action-param-classname ='O1ZJ2X-Presiden-Work-PresiTrv'
data-pega-harnessname='MyHarness'
data-pega-applicationname ='Presiden'
data-pega-threadname ='STANDARD'
data-pega-systemid ='default'
data-pega-url ='<URL>'
></div>
<!-- ********************** End Pega content ********************** -->
<p> This is footer for my organization portal scripts page</p>
</body>
</html>
***Edited by Moderator Marissa to update categories***