I have open screen using
PXRedirectHelper.TryRedirect(graph, PXRedirectHelper.WindowMode.Popup);
Now i will need to close this screen.
I have open screen using
PXRedirectHelper.TryRedirect(graph, PXRedirectHelper.WindowMode.Popup);
Now i will need to close this screen.
Best answer by hyadav08
I have found the solution
throw new PXRedirectToUrlException(PXSiteMap.Provider.FindSiteMapNodeByScreenID("EWQC9010").Url, PXBaseRedirectException.WindowMode.Same, "Redirect");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.