When developing custom processing screens in Acumatica, it’s not uncommon to encounter challenges that disrupt the expected functionality. One such scenario involves using the PXRedirectRequiredException to display a report after processing, which can interfere with the standard processing screen...
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 appl...