Loading ...

Redirection Types In Acumatica

Hello everybody,

today I want to notice what kind of redirections are available in Acumatica:

  • PXRedirectRequiredException opens the specified application page in the same window or a new one. By default, the user is redirected in the same window.
  • PXPopupRedirectException opens the specified application page in a pop-up window.
  • PXReportRequiredException opens the specified report in the same window or a new one. By default, the report opens in the same window.
  • PXRedirectWithReportException opens two pages: the specified report in a new window, and the specified application page in the same window.
  • PXRedirectToUrlExceptionopens the webpage with the specified external URL in a new window.  This exception is also used for opening an inquiry page that is loaded into the same window by default.