can't find property "glide.servlet.uri" under sys_properties.LIST any Ideas where it chould be.

feroz4
Kilo Contributor

can't find property   "glide.servlet.uri" under sys_properties.LIST any Ideas where it chould be.

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

It is present on sys_properties table only. If its not already present you can just create a property with the exact name and use it.


That is how it works with properties, create it with the same name if not already present


-Anurag

Rushit Patel2
Tera Guru

Hi,



are you looking for this property   'glide.sys.servlet_path' ?


find_real_file.png


Mariano Lemus
Kilo Guru

No need to create it.



Run this script in Background Scripts, you will notice the result.



var instance = gs.getProperty('glide.servlet.uri')+'';


gs.print(instance);



Mariano


Yes, it is helpful