Question

Bradesco Seguros
BR
Last activity: 25 Jan 2019 6:26 EST
What does it take for the mashup to work correctly?
I am conducting a feasibility analysis to be able to use the features of PEGA Web MashUp. However, I am facing some difficulties. I am using version 7.2.2 of PEGA.
I want to create a task through MashUp, following the code orientation presented in the case:
<! - ********************** Begin Get content ********************* * ->
<script src = 'http: // Proprietary information hidden/prweb? pyActivity = pzIncludeMashupScripts'> </ script>
<div date-catch-gadgetname = 'PegaGadget'
date-catch-action = 'createNewWork'
date-catch-action-param-classname = 'BS-FW-LabArq-Work-Approval'
date-catch-action-param-flowname = 'pyStartCase'
date-catch-action-param-model = ''
date-catch-isdeferloaded = 'false'
date-tag-applicationname = 'LabArq'
date-catch-threadname = 'STANDARD'
data-catch-systemid = 'PEGA_DEV'
date-catch-resizetype = 'stretch'
data-get-url = 'http: // Proprietary information hidden/prweb'
date-catch-redirectguests = 'false'> </ div>
End of page content ********************* * ->
I have created an html page, in which I am making the mashup call. I verified that the request arrived at the application server, checking the requestor manager and it is able to execute the pzIncludeMashupScripts activity. However, I noticed that the case that was indicated in the DIV was not triggered.
Here is the code:
I am conducting a feasibility analysis to be able to use the features of PEGA Web MashUp. However, I am facing some difficulties. I am using version 7.2.2 of PEGA.
I want to create a task through MashUp, following the code orientation presented in the case:
<! - ********************** Begin Get content ********************* * ->
<script src = 'http: // Proprietary information hidden/prweb? pyActivity = pzIncludeMashupScripts'> </ script>
<div date-catch-gadgetname = 'PegaGadget'
date-catch-action = 'createNewWork'
date-catch-action-param-classname = 'BS-FW-LabArq-Work-Approval'
date-catch-action-param-flowname = 'pyStartCase'
date-catch-action-param-model = ''
date-catch-isdeferloaded = 'false'
date-tag-applicationname = 'LabArq'
date-catch-threadname = 'STANDARD'
data-catch-systemid = 'PEGA_DEV'
date-catch-resizetype = 'stretch'
data-get-url = 'http: // Proprietary information hidden/prweb'
date-catch-redirectguests = 'false'> </ div>
End of page content ********************* * ->
I have created an html page, in which I am making the mashup call. I verified that the request arrived at the application server, checking the requestor manager and it is able to execute the pzIncludeMashupScripts activity. However, I noticed that the case that was indicated in the DIV was not triggered.
Here is the code: