- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2018 02:49 AM
I have system property defined as TimeZone. I want to access it my in UI page client script. How do I do it?
Thanks in advance,
G Balaji
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2018 10:03 AM
If you want to access a sys property for example on your UI Page HTML, you can use this syntax:
<p>${gs.getMessage(gs.getProperty('property.name.here'))}</p>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2018 10:03 AM
If you want to access a sys property for example on your UI Page HTML, you can use this syntax:
<p>${gs.getMessage(gs.getProperty('property.name.here'))}</p>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2019 02:27 AM
But how could you access it in the client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2019 07:11 AM
i am using the below condition to hide a button in angular ng template based on true/false value stored in property. But it is not working...
${gs.getMessage(gs.getProperty('property.name.here'))}