I want to update a system property which is protected by the protection policy. Is there any way by which I can update the system property?

Chandresh
Tera Guru

I want to update a system property which is protected by the protection policy. Is there any way by which I can update the system property?

1 ACCEPTED SOLUTION

Hi,


If I run this in background-scripts:


gs.setProperty('glide.db.clone.allow_clone_target','foo');


GlideProperties.dump();



I can clearly see that property is set to:


Property: 'glide.db.clone.allow_clone_target' = 'foo'


View solution in original post

10 REPLIES 10

simonw
Tera Expert

Hi Chandresh,



If the property is within a scope and the application creator has set a protection policy only they can change it.   If you contact the application creator they may be willing to change the policy to give you read write access to the property.



Simon


Hi Simon,


Thanks for response. Well, the sys property is in Global Application and is present in the instance OOB. I believe, I need to contact Hi support for this.


Try to update using Background script.


Hi Ravi,


Not Working, below is the message it is reflecting. Have you done that in past??


FYI, the sys property is in global Application.



Background message, type:access, message: This item is read-only based on its protection policy.