System Property type True|False

RAHUL Khanna1
Mega Guru

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.

 

 

 

1 ACCEPTED SOLUTION

Mark Stanger
Giga Sage

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.

View solution in original post

1 REPLY 1

Mark Stanger
Giga Sage

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.