
- 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 03:41 AM
Hi Chandresh,
Which property are you trying to change?
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2016 03:48 AM
Hi!
I think you can work-around this with using background-script.
gs.setProperty('glide.property.you.want.set','value you wanna set');

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2016 04:22 AM
Hi Ismar/Simon,
This is the property I want to change. Right now the protection policy is Read only.
glide.db.clone.allow_clone_target
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2016 04:28 AM
Hi Chandresh,
Your link looks to be to point at one of the personal developer instances. I don't believe ServiceNow will allow you to clone to those instances, you'll not have visibility of it on your hi. account even if you could change the value
Simon
- 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'