Question
Hf Management Services LLC
US
Last activity: 27 Aug 2019 8:58 EDT
Mashup support for multiple threads
krishna siddanthi Posted: Aug 05, 2019 at 15:23 Hi
Currently, Mashup supports running only on single thread in Pega. For example the below mashup script always runs on STANDARD thread. If I want the mashup to support showing multiple work object threads is it possible? Basically, what I am asking is Mashup should support the entire Pega portal session with all features and functionalities of the user portal.
<script src ='https://abcorg-dt3.pegacloud.io/prweb/IAC?pyActivity=pzIncludeMashupScripts'></script> <div style = 'position:fixed;height:100%;width:100%;' data-pega-gadgetname ='PegaGadget' data-pega-action ='display' data-pega-action-param-classname ='ABC-FW-UMFW-Data-Portal' data-pega-action-param-harnessname ='POC_Provider' data-pega-action-param-model ='' data-pega-isdeferloaded ='false' data-pega-applicationname ='UM' data-pega-threadname ='STANDARD' data-pega-systemid ='ABCorg-dt3' data-pega-resizetype ='fixed' |
krishna siddanthi Posted: Aug 05, 2019 at 15:23 Hi
Currently, Mashup supports running only on single thread in Pega. For example the below mashup script always runs on STANDARD thread. If I want the mashup to support showing multiple work object threads is it possible? Basically, what I am asking is Mashup should support the entire Pega portal session with all features and functionalities of the user portal.
<script src ='https://abcorg-dt3.pegacloud.io/prweb/IAC?pyActivity=pzIncludeMashupScripts'></script> <div style = 'position:fixed;height:100%;width:100%;' data-pega-gadgetname ='PegaGadget' data-pega-action ='display' data-pega-action-param-classname ='ABC-FW-UMFW-Data-Portal' data-pega-action-param-harnessname ='POC_Provider' data-pega-action-param-model ='' data-pega-isdeferloaded ='false' data-pega-applicationname ='UM' data-pega-threadname ='STANDARD' data-pega-systemid ='ABCorg-dt3' data-pega-resizetype ='fixed' data-pega-url ='https://ABCorg-dt3.pegacloud.io/prweb/IAC' data-pega-action-param-parameters = "{UserIdentifier:'IACAUTHUSER',EncryptedPW:'7761776aEu+/pl8vPhrvv7Jl776PLFwGGWQ=',pzSkinName:'HF_Brand',LoginID:'{dc.user details.user name}',FirstName:'{dc.user details.first name}',LastName:'{dc.user details.last name}',TaxID:'{dc.provider details.tins}',AuthInqUrl:authUrl}" data-pega-redirectguests="true" > </div> |
***Edited by Moderator: Lochan to update platform capability tags***