Hey!
I'm trying to create dynamic URL:s to enable creating M-Files documents from external systems. For the most part I've managed to get all functionalities up and running, but I ran into a wall with floats or numbers with decimal points. Is there any way to create an URL to create an object in M-Files which sets a float property value?
For example the following URL works as intended and opens the window to create a new object with prefilled metadata:
m-files://newobject/AB123456-D123-4123-B0AE-12345678/0?property=100/103&property=1030/152-'SUP-123'&property=1031/156-'SVC-654'&property=1047/TWrittenText&property=1987/I1234
But if I try to add a value to a float property, I always simply get the wrong datatype error. For example these additions do not work:
&property=1234/I2345
&property=1234/T2345
&property=1234/R2345
&property=1234/F2345
&property=1234/D2345
It doesn't seem to matter whether there are actual decimal points on the value being transferred. The URL properties documentation doesn't provide any examples. Is it really possible, that floats or decimals simply are not supported?