
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2016 01:59 AM
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?
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2016 04:45 AM
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'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2016 10:49 PM
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.