Skip to main content
Question

File link and Universal: open files directly

  • November 27, 2025
  • 1 reply
  • 26 views

Forum|alt.badge.img+3

Hi all,

In several applications within our environment, we use File link-domains in the Windows GUI to open files stored on a shared network drive. 
For example DWG drawings, but also PDFs:
 

Drawings that open in AutoCAD / DWG True View

In the Universal GUI this does not work in the same way, because the GUI always downloads the file instead of opening it directly in the default application for the specific file type.

As we move from the Windows GUI to the Universal GUI, I am curious to learn what other customers have done to address this.

1 reply

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • November 27, 2025

Hi Patrick,

In most Web applications, any reference to a file will typically result in a download, or previewed if possible like a PDF. After downloading however, you can open the file with the program of your choice.

Some alternatives could be a Copy to clipboard where the user can copy the path to the file to then paste it in their file manager program to find/open it. This is what we do in the Software Factory, for example, when you write the synchronization file to storage.

Perhaps an open link may also work as file://server/folder as this has the potential to open that folder on the given server, but I haven't tried this out. I too am curious about other Community members their solutions to this.