- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2018 08:57 PM
Hello Folks,
Can you please kindly explain the following behavior.
1) I created a system property
2) SCript Background
gs.print(typeof gs.getProperty('aades.log'));
3) Result is string
4) Boom .......
5) Whether I am wrong in my understanding or Some issue with ServiceNow.
6) If service now is Correct then how abt String Type Property.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2018 09:02 PM
All system properties (regardless of type) are simply storing string values in that single 'Value' field shown in your screenshot. The only difference is with the way those properties are displayed in the UI.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2018 09:02 PM
All system properties (regardless of type) are simply storing string values in that single 'Value' field shown in your screenshot. The only difference is with the way those properties are displayed in the UI.