How to replace Window.OpenModalDialog for chrome
We have a solution where we open different application/portal using Window.OpenModalDialog share data using dialog args and receive data from the dialog.
sample code :
var x = window.OpenModalDialog(url,args,options);
if(x=true)
{
//sample logic with received data
submit();
}
if(x= false)
{
//do nothing
}
This code is in section of flow action. The Assignmnet waits in the background. if sucess then assignmnet gets submitted.
This solution does not work in chrome.
Suggestions please to make it work in pega 7.