Just wondering what the best way to open an M-Files Show link:
m-files://show/....
Via UIX? Something like an href also opens the browser, is there an internal method to pass the link or reference to the object and open it?
Just wondering what the best way to open an M-Files Show link:
m-files://show/....
Via UIX? Something like an href also opens the browser, is there an internal method to pass the link or reference to the object and open it?
Assuming you want the M-Files object in a new M-Files window (i.e. not open the file in the default application):
Have you tried the ICommonFunctions.ExecuteURL() API?
It should work on the desktop client in legacy UIX v1.
For the classic web client you have to hack together an URL from MFiles.SiteLocation() and the object GUID. But probably not worth investing into this since the classic web client is basically phased out.
Assuming you want the M-Files object in a new M-Files window (i.e. not open the file in the default application):
Have you tried the ICommonFunctions.ExecuteURL() API?
It should work on the desktop client in legacy UIX v1.
For the classic web client you have to hack together an URL from MFiles.SiteLocation() and the object GUID. But probably not worth investing into this since the classic web client is basically phased out.
© 2024 M-Files, All Rights Reserved.