<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report) in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322521#M3744</link>
    <description>&lt;P&gt;I'm trying to use var prop = gs.getProperty('some.property.name'); inside a scheduled report (sysauto_report), but the value of prop keeps returning undefined. Can anyone confirm if gs.getProperty() works in scheduled reports, or if there's a limitation in that context?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 09:08:11 GMT</pubDate>
    <dc:creator>pavan_yadav</dc:creator>
    <dc:date>2025-07-16T09:08:11Z</dc:date>
    <item>
      <title>Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322521#M3744</link>
      <description>&lt;P&gt;I'm trying to use var prop = gs.getProperty('some.property.name'); inside a scheduled report (sysauto_report), but the value of prop keeps returning undefined. Can anyone confirm if gs.getProperty() works in scheduled reports, or if there's a limitation in that context?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:08:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322521#M3744</guid>
      <dc:creator>pavan_yadav</dc:creator>
      <dc:date>2025-07-16T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322527#M3746</link>
      <description>&lt;P&gt;On which field you are adding this code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:10:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322527#M3746</guid>
      <dc:creator>Pranesh072</dc:creator>
      <dc:date>2025-07-16T09:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322539#M3747</link>
      <description>&lt;P&gt;Where/why are you calling a system property? What is the config you are trying to collect from the property?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:19:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322539#M3747</guid>
      <dc:creator>Mark Manders</dc:creator>
      <dc:date>2025-07-16T09:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322553#M3748</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/664823"&gt;@pavan_yadav&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;check it in background script, what it returns when you call that property or you can log it..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I just tried to call a random property and that work, try it in you instance, similarly to:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KamilT_0-1752657836116.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456115i5A67AEC8E7ED7AC3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KamilT_0-1752657836116.png" alt="KamilT_0-1752657836116.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if it returns ok, then you know it is something with the scheduled report. Couldn't it be due to cross-scope?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT:&lt;/P&gt;&lt;P&gt;in the script above I called this property:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KamilT_1-1752657909073.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456119i534BB09A83F85A4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KamilT_1-1752657909073.png" alt="KamilT_1-1752657909073.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I noticed following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;is the "read role", does your report have right to read the system property??&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;isn't the property marked as Private?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:26:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322553#M3748</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-16T09:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322585#M3749</link>
      <description>&lt;P&gt;In&amp;nbsp;&lt;SPAN&gt;sysauto_report table we have condition field, it is script field, there I'm trying to call one schedule record (cmn_schedule) to restrict sending notification after 6pm.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:35:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322585#M3749</guid>
      <dc:creator>pavan_yadav</dc:creator>
      <dc:date>2025-07-16T09:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322586#M3750</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/664823"&gt;@pavan_yadav&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow the steps which is provided by&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/614241"&gt;@GlideFather&lt;/a&gt;&amp;nbsp;,&amp;nbsp;and if your system property is in the scope application, then make sure you are calling from the "name" field instead of the suffix.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:36:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322586#M3750</guid>
      <dc:creator>Shraddha Kadam</dc:creator>
      <dc:date>2025-07-16T09:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322592#M3751</link>
      <description>&lt;P&gt;In&amp;nbsp;&lt;SPAN&gt;sysauto_report table we have field called condition, it is script field, there I'm trying to take cmn_schedule record to restrict sending notification after time out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:37:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322592#M3751</guid>
      <dc:creator>pavan_yadav</dc:creator>
      <dc:date>2025-07-16T09:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322595#M3752</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/614241"&gt;@GlideFather&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;In background script or other places, I'm able to retrieve property value but in the&amp;nbsp;&lt;SPAN&gt;sysauto_report table we have condition (script) field there if I try to retrieve property value it is giving me undefined.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:39:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322595#M3752</guid>
      <dc:creator>pavan_yadav</dc:creator>
      <dc:date>2025-07-16T09:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322596#M3753</link>
      <description>&lt;P&gt;Can you provide screenshot of your script and system property&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:40:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322596#M3753</guid>
      <dc:creator>Shraddha Kadam</dc:creator>
      <dc:date>2025-07-16T09:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322599#M3754</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/313177"&gt;@Shraddha Kadam&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;my issue is in the table :&amp;nbsp;&lt;SPAN&gt;sysauto_report has condition field, it is script field there im not able to retrieve the property value. I created a property in sys_properties table, name: schedule, application : global, type: string, and value: sysid of record cmn_schedule table&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:42:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322599#M3754</guid>
      <dc:creator>pavan_yadav</dc:creator>
      <dc:date>2025-07-16T09:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322604#M3755</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/664823"&gt;@pavan_yadav&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make sure there is no Typo&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;gs.getProperty()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChaitanyaILCR_0-1752658983111.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456124i0E458CF3A31DA507/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChaitanyaILCR_0-1752658983111.png" alt="ChaitanyaILCR_0-1752658983111.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please mark my answer as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#008000"&gt;helpful/correct&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;if it resolves your query.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Regards,&lt;BR /&gt;Chaitanya&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:43:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322604#M3755</guid>
      <dc:creator>Chaitanya ILCR</dc:creator>
      <dc:date>2025-07-16T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322622#M3756</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/24805"&gt;@Chaitanya ILCR&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;my line is&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; sc = gs.getProperty(&lt;/SPAN&gt;&lt;SPAN&gt;'Schedule'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;BR /&gt;gs.log(sc); --&amp;gt; it is resulting undefined in&amp;nbsp;sysauto_report tables condition field.&lt;BR /&gt;but when I try in background script, I'm able to see the sysid as result.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:50:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322622#M3756</guid>
      <dc:creator>pavan_yadav</dc:creator>
      <dc:date>2025-07-16T09:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322627#M3757</link>
      <description>&lt;P&gt;hI&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/664823"&gt;@pavan_yadav&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share screenshot of your script?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:52:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322627#M3757</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-07-16T09:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322646#M3758</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/664823"&gt;@pavan_yadav&lt;/a&gt;&amp;nbsp;can you please check the scope of your property?&lt;BR /&gt;And how did you add a script to sysauto_report? Is the report in the same scope as the property?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you property is named "my_property" and scope is "x_snc_scope", then call it:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;x_snc_scope.my_property&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:58:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322646#M3758</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-16T09:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322685#M3759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Community Alums&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pavan_yadav_0-1752660964931.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456136iE6BFA192AACD7852/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="pavan_yadav_0-1752660964931.png" alt="pavan_yadav_0-1752660964931.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;the above is&amp;nbsp;sysauto_report&amp;nbsp; table condition field script and&amp;nbsp;&lt;BR /&gt;below is sys_properties table record&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pavan_yadav_1-1752661055162.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456138iBC9EFFD1E9BC6009/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="pavan_yadav_1-1752661055162.png" alt="pavan_yadav_1-1752661055162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;when i check logs&lt;BR /&gt;im getting --&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pavan_yadav_2-1752661183791.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456140i4AD204E7F3D4F8CB/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="pavan_yadav_2-1752661183791.png" alt="pavan_yadav_2-1752661183791.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;in background script im able to see sys id of created property.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pavan_yadav_3-1752661233437.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456142iCBE2DF5160F69AF4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="pavan_yadav_3-1752661233437.png" alt="pavan_yadav_3-1752661233437.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 10:21:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322685#M3759</guid>
      <dc:creator>pavan_yadav</dc:creator>
      <dc:date>2025-07-16T10:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322695#M3760</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/664823"&gt;@pavan_yadav&lt;/a&gt;&amp;nbsp;I got it!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is because you are entering the script to &lt;U&gt;&lt;STRONG&gt;Condition&lt;/STRONG&gt;&lt;/U&gt; field &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And it doesn't make sense for condition.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 10:28:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322695#M3760</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-16T10:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322698#M3761</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/664823"&gt;@pavan_yadav&lt;/a&gt;&amp;nbsp;I was asking here where did you manage to get a script for sysauto_report as there is no script field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only one is Condition, so you need to return the result for the Condition:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KamilT_0-1752661758393.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456146i4833EC724A3B42BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KamilT_0-1752661758393.png" alt="KamilT_0-1752661758393.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 10:29:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322698#M3761</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-16T10:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322702#M3762</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/664823"&gt;@pavan_yadav&lt;/a&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Try anything similar to:&lt;/STRONG&gt;&lt;BR /&gt;(just a draft, not tested)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;var prop = gs.getProperty('some.property.name'); 
if(prop = 'Source') {
return true;
} else {
return false;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*prop return sys id so the if condition the script shall be per sys_id not name...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 10:32:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322702#M3762</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-16T10:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322712#M3763</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/614241"&gt;@GlideFather&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;But in the condition we can write script some ootb script screen shot below,&lt;BR /&gt;condition is a script field, so for the below script it is working.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pavan_yadav_0-1752661929999.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456147i0ECAE325C46C4C84/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="pavan_yadav_0-1752661929999.png" alt="pavan_yadav_0-1752661929999.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And also i have tried like below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pavan_yadav_1-1752662124529.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456149i4B37F5DA595A6255/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="pavan_yadav_1-1752662124529.png" alt="pavan_yadav_1-1752662124529.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;im getting result but to avoid hardcoding I want to use properties here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 10:35:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322712#M3763</guid>
      <dc:creator>pavan_yadav</dc:creator>
      <dc:date>2025-07-16T10:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve property value using gs.getProperty('') in scheduled report (sysauto_report)</title>
      <link>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322715#M3764</link>
      <description>&lt;P&gt;That is fine, but you got "undefined" because your scripted condition was:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;var prop = gs.getProperty('com.glide.cs.branding.support_email_label');
gs.info(prop);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please add there some values to return and let me know how did it go.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;var prop = gs.getProperty('some.property.name'); 
//perhaps it must be prop = sys_id of the property
if(prop = 'Source') {
gs.info('Out if Prop true');
return true;
} else {
gs.info('Out if Prop false');
return false;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 16 Jul 2025 10:40:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/unable-to-retrieve-property-value-using-gs-getproperty-in/m-p/3322715#M3764</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-16T10:40:18Z</dc:date>
    </item>
  </channel>
</rss>

