From custom code, I’m creating a service order and filling in a few fields at the header as well as a few fields of a line item record. I then
throw new PXRedirectRequiredException(graph, null) { Mode = PXBaseRedirectException.WindowMode.NewWindow };But when the screen opens, the “Settings” tabitem is displayed. I would like the “Details” tabitem to display instead, so the user can fill in the remaining information for the line item without having to click on the “DETAILS” tabitem first.

