Question

Tata Consultancy Services
IN
Last activity: 31 Jul 2018 1:41 EDT
Pega Mashup flow not creating
I have generated a Mashup code from case type rule-->(settings tab) integration-->Generate Mashup code option
I have embed generated mashup code in another html site code and open in IE. pega login screen displaying on screen as expected. But once I given login details and hit login button , URL is redirecting to pega and reloading the entire screen with pega only.
Code which I Used below.
============================================================================
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
I have generated a Mashup code from case type rule-->(settings tab) integration-->Generate Mashup code option
I have embed generated mashup code in another html site code and open in IE. pega login screen displaying on screen as expected. But once I given login details and hit login button , URL is redirecting to pega and reloading the entire screen with pega only.
Code which I Used below.
============================================================================
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</div>
<!-- ********************** Begin Pega content ********************** -->
<script src ='http://pegaxxx.example.com/prweb?pyActivity=pzIncludeMashupScripts'></script>
<div data-pega-gadgetname ='PegaGadget'
data-pega-action ='createNewWork'
data-pega-action-param-classname ='XXXT-AISample-Work-XXXCustomerSupport'
data-pega-action-param-flowname ='pyStartCase'
data-pega-action-param-model =''
data-pega-isdeferloaded ='false'
data-pega-applicationname ='AISample'
data-pega-threadname ='STANDARD'
data-pega-systemid ='Example'
data-pega-resizetype ='stretch'
data-pega-url ='http://pegaxxx.example.com/prweb'
data-pega-redirectguests ='true' ></div>
<!-- ********************** End Pega content ********************** -->
</body>
</html>
============================================================================
But my requirement is to instead of redirecting, just pega application should be open as a gadget/some part on the screen after login screen also.
Please let me know if any one knows.
It's very urgent.
Thank you.
Regards,
Srinivas