Hello Community,
Any idea how can I redirect the user to Acumatica’s landing page (Home ScreenID=00000000)?
Hello Community,
Any idea how can I redirect the user to Acumatica’s landing page (Home ScreenID=00000000)?
Best answer by aaghaei
This is what I ended up doing and seems to work just fine.
throw new PXRedirectToUrlException(PXSiteMap.Provider.FindSiteMapNodeByScreenID("00000000").Url, PXBaseRedirectException.WindowMode.Same, "Redirect");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.