Question
Virtusa
IN
Last activity: 9 Jul 2019 14:56 EDT
In web mashup how to pass parameter from host application to Pega and how can I access that parameter in Pega to pass it to my report definition
I have a requirement to capture an order number from sales force to pass it to report definition as parameter in Pega web mashup so that I can seamlessly show the same order details in Pega application through mashup in host sales force application. How to pass and where can I access the passed parameter to pass it on to my report Definition. The mashup action that I am using is display Harness.
If using attribute data-pega-action-param-parameters= '{"OrderID":"123456"}' is the right way to pass parameter from host to mashed Pega application, how can I access this parameter in Pega to pass it to my Report Definition.
Thanks in advance for your reply.