how can we update sys_properties value when ever a record is inserted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 06:50 PM
I want to update sys_property.list value when ever a new record in inserted or deleted from a table. Is is possible to achieve?
Need your valuable suggestions
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2017 08:42 AM
There is an easier way, but I will caution you to use this too often, especially via an automated script. Every time a system property is updated, the cache is cleared on your instance, which could result in some performance issues.
gs.setProperty('glide.db.clone.allow_clone_target','foo');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2017 07:05 PM
Hi Ravi,
Ignore the GlideRecord as I mentioned earlier and use the setProperty() as suggested by Jarod.
Regards,
Harsh