Hi,
I have a custom List screen with a grid and a LinkCommand that opens a document in another graph.
I currently use:
throw new PXRedirectRequiredException(graph, "Document")
{
Mode = PXBaseRedirectException.WindowMode.Same
};The document opens correctly, but the original List screen is replaced, so the user cannot easily navigate back.
WindowMode.NewWindow opens the document in a new tab, which is also not what I want.
What is the recommended Acumatica approach to open a document from a List/Grid screen while keeping the ability to navigate back to the original List screen?
Thanks!