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

Hi Ismar,


I was trying to change the protection policy field of the system property. My bad, anyways, I am able to change the property by your logic. Thanks.


Is there any way to change the protection policy field of the system property.