Closed
window.ModalDialog not returning response value in pega 7
Hi ,
We have a sample code
responsedata = window.Modaldialog(url,temp[],options);
if (responsedata != null)
{
//sample code
}
The response value is comimg back from modal dialog in pega7
Please suggest any work around.