Question
embed pega UI screen in web application as mashup
Hello everyone,
I have a requirement to embed Pega UI in web application. UI should show customer details form and users should be able to submit it to Pega. This UI form have two buttons, one that will return a success response and one that will return an error response to calling web app. how to achieve this requirement with mashup.
And How to return values from pega UI to calling application, like customer name, customer id etc filled in pega UI.
one more general query-How to achieve gadget with post actions irrespective of work object in Pega or not in context of Work object.
Thank you very much
div id=''
style='overflow:auto; height:50%; width:50%'
PegaGadget='PegaGadget'
PegaA='display'
PegaA_className='ITOrg-PEGAPOC-Work-POC '
PegaA_harnessName='CustomerDetails'
PegaA_model=''
PegaDefer='false'
PegaAppName='PEGAPOC'
PegaThread='STANDARD'
PegaSystemID='pega'
PegaResize='fixed'></div>
Message was edited by: Lochan to add Category
Hi sachin vibhute,
I found this Overview article on the PDN "Introduction to authentication in Pega Web Mashup" that has additional helpful links as well. Does this help you out?