I'm trying to put this system property - sn_appclient.app.install.offline - into a glide.properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 06:12 AM
What the subject says. We want to enable this property and we are trying to figure out if we can set it without navigating in the gui after install. Is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 06:15 AM
Click on All > type in "sys_properties.LIST"
This should take you to the properties list where you can then search for the property and change the value to true. By default this is set to False.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 06:41 AM
Thanks for the reply Ricky! Yeah this is the usual way we would set this property. But we are in the business of automating a build, and was hoping we could set this value without having to use the UI. I was hoping it was something we could set as an override or a config somewhere, but it's looking like we will need to be a bit more creative. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 06:47 AM
I did come across this article as well. Not sure if you have tried anything similar.