how can we update sys_properties value when ever a record is inserted

Raviteja K
Tera Expert

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.

6 REPLIES 6

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');


Hi Ravi,


Ignore the GlideRecord as I mentioned earlier and use the setProperty() as suggested by Jarod.




Regards,


Harsh