IAC Auto login using GetNextWork or CreateNewWork
Hi
May I ask for an assistance. Is it possible to use the createNewWork or GetNextWork without loading the Pega Portal using IAC? Every time I run the div element, it always prompt Pega Login and Password.
<div id="Sample"
style="overflow:auto"
PegaGadget="Sample"
PegaResize="stretch"
PegaA="getNextWork"
PegaDefer="false"
PegaA_params={user:"[email protected]",Password:"cnVsZXM%3D"} >
< /div>
If I run the PegaA=openWorkByURL and PegaA_query="pyActivity=Data.Portal.ShowDesktop" first, and the getNextWork works fine if I run it.
Thanks and Regards, Ramon