Skip to main content
Question

Open new tab instead of a pop up screen

  • August 31, 2026
  • 2 replies
  • 18 views

Forum|alt.badge.img

for look up fields in modern UI 2025R2 such as Projects or Vendor, when clicked a pop-up displays instead of a new tab. Is there a way to change this or just to have the pop up expand the full screen? Users currently have to hit expand every time.

 

 

2 replies

Forum|alt.badge.img+2
  • Captain II
  • August 31, 2026

Hi! I believe the standard behavior is to open in pop-up window. To change that behavior to open in new tab, this could be done with a small customization project. 

I imagine something like this in the typescript:

@linkCommand("ViewVendorNewTab")
VendorID: PXFieldState<PXFieldOptions.CommitChanges>;

 

Hope this helps!

 


alanconroy31
Jr Varsity I
Forum|alt.badge.img
  • Jr Varsity I
  • August 31, 2026

Opening in a pop up is the modern UI's standard behavior, and there's no setting to change it to a new tab or full screen. It can be done through customization but every link would have to be customized individually, which might not be practical to build or maintain depending on how many screens you want to do this for.

It would be nice to see Acumatica introduce a option to allow you to open links in full screen or in a new tab.