Question
Maantic Inc
US
Last activity: 13 May 2020 14:14 EDT
Web mashup is not working between pega application
We are doing mashup between pega application
Application A is running in pega version 8.2.1 and application B is running in version 7.2.1
Through Mashup we are trying to display Application A in Application B
Issue we are facing
- Screen is not refreshing and buttons in mashup screen is not working
- Portal display only first time, when launch second time from application B, it is not loading
- Pega 8.2.1 pzIncludeMashupScripts generates error when try to call in pega 7.2.1 application
Code Snippet
<!-- ********************** Begin Pega content ********************** -->
<script src =<url>?pyActivity=pzIncludeMashupScripts'>
</script>
<div class="ex1" id="DisplayPortal"
data-pega-gadgetname ='PegaDisplayPortalGadget'
data-pega-action ='OpenWorkByURL'
data-pega-action-param-query = 'pyActivity=Data-Portal.ShowDesktop'
data-pega-isdeferloaded ='false'
data-pega-applicationname ='APP'
data-pega-threadname = 'STANDARD'
data-pega-systemid ='APP_SITA_CL'
data-pega-resizetype ='stretch'
data-pega-url =<URL>'>
</div>
<!-- ********************** End Pega content ********************** -->
***Moderator Edit-Vidyaranjan: Updated SR details***