My goal is to add a multiline metadata field with the link that works on mobile for export to end up generating QR Codes.
I've tried multiple ways of creating and combining to make the new URL Links with much success... EXCEPT for on mobile. the links will work on web and desktop, however when I attempt to use them on Mfiles Mobile (android, latest published) I get an Error
I've used "Configuring M-Files Links" published 29 April 2024 V1.5 as a guide.
Example formatting:
A link to the latest version of the document with ID 555, using only the object ID:
sample.xyz.dom/.../show
Which works for client, web, but causes following error in mobile
"Exception of type 'MFWS.NotFoundException' was thrown.
Path /objects/guid/undefined/latest
Method: GET
Statu code : 404
Exceptions
NotFoundException
"Exception of type 'MFWS.NotFoundException' was thrown.
The only way I have had any success with the mobile is creating the link from desktop with right click - copy link which adds a "object={GUID}" to the path, however I cannot seem to generate that link via any VB Script or Property Calculator placeholder thusfar. (And would like to avoid VB Script if possible)