- 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
‎04-24-2018 06:46 AM
I should create another function in that Script Include. Am I right? -Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2018 07:40 AM
I added a if condition in one of the function and it works as expected. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2018 05:35 AM
I hope your query is been answered, please close this thread by marking on correct answer. then only this will be helpful for other community users.
If i have answered to your query please mark my response as Helpful & correct answer.
Let me know if you need more help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2018 12:47 AM
Hi Chandu,
We have got a similar requirement but the asynchronous GlideAjax returns the value after the page is being rendered which is not expected.Tried calling g_scratchpad but haven't had any luck though.
Any suggestions are truly appreciated.
Regards,
Zabeeulla.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2018 06:47 AM
HI,
Why dont you create getMessage in Client script.
Thanks,
Ashutosh Munot