How to deactivate system properties(sys_properties.list)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2019 06:08 AM
Hi,
I am trying to test one of the release notes from patch 4 where i need to deactivate a system property - "glide.ui.dirty_form_support". I don't any active column in the table. Can you please suggest me a way to deactivate that property for testing purpose.
Thanks,
Revathy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2019 06:16 AM
There is no active field for sys property. However, if you don't want anyone to access for a while, then create a new role and give access to that role for that property. Then no one else can access that property.
Mark the comment as a correct answer and helpful once worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2019 06:19 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2019 06:27 AM
My suggestion is in general how to deactivate a system property which you don't want to use temporarily. Since you are referring to existing system property, which is of boolean type, yes, thats the way to do it. Just disable to false, and it will not run.