<?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 Re: Reference field does now show inactive users in a catalog item in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500187#M71966</link>
    <description>&lt;P&gt;Hi, did you try this condition for the existing business rule?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if (!gs.hasRole('user_admin') &amp;amp;&amp;amp; !gs.hasRole('view_inactive_user') &amp;amp;&amp;amp; (current.getEncodedQuery().indexOf('sys_id&amp;gt;')== -1))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this information has helped you, please mark answer as helpful/correct.&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 10:40:29 GMT</pubDate>
    <dc:creator>Community Alums</dc:creator>
    <dc:date>2022-05-13T10:40:29Z</dc:date>
    <item>
      <title>Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500172#M71951</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;Hope all of you are doing well.&lt;/P&gt;
&lt;P&gt;I have a requirement wherein we would like to show inactive users to the non-admin users in the reference field on a catalog item. As per default behavior of ServiceNow, system does not show inactive users to non-admin users on a catalog item. There is a workaround available for the same&amp;nbsp;in the following link, however, it is not working for me.&lt;/P&gt;
&lt;P&gt;https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=3b7d032ddb9cdbc01dcaf3231f96190e&lt;/P&gt;
&lt;P&gt;I have modified my query BR as follows wherein I have mentioned sys_id of the catalog item for which I would like to show inactive users to non-admins. Having said that,&amp;nbsp;logic is not working as non-admin users can still search for active users only. Above mentioned community link also states to modify the reference qualifier for this reference field but is it not very much clear what exactly to add in the reference qualifier.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/31107i5F13B487C23C7447/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help will be highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Gulzar Manuja&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 07:40:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500172#M71951</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T07:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500173#M71952</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;just use the sysId and don't add the text &lt;STRONG&gt;sys_id=&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 07:43:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500173#M71952</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2022-05-13T07:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500174#M71953</link>
      <description>&lt;P&gt;Hi Gulzar,&lt;/P&gt;
&lt;P&gt;Please check your Query business rules on SYS_USER.&lt;/P&gt;
&lt;P&gt;Most likely there is one that will prohibit the display of inactive users.&lt;/P&gt;
&lt;P&gt;But, please note, that changing that will cause other issues with OOTB behavior and not only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Tudor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 07:44:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500174#M71953</guid>
      <dc:creator>Tudor</dc:creator>
      <dc:date>2022-05-13T07:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500175#M71954</link>
      <description>&lt;P&gt;Hi Ankur,&lt;/P&gt;
&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;Modified it as advised but still not working.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/31095i68AD44C1AC56B425/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 07:49:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500175#M71954</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T07:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500176#M71955</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="19525629dbd81fc09c9ffb651f961989"&gt;@Ankur Bawiskar&lt;/SN-MENTION&gt;&amp;nbsp;: A quick update..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added a log inside the if condition to see if the control is going inside if when non-admin user is searching for an inactive user on this catalog item. Ideally, it should not go inside if loop for this catalog item but unfortunately it is going as I can see new entries in the script log statements. I have verified that I am using correct sys_id. Not quite sure what the problem is.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:01:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500176#M71955</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T08:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500177#M71956</link>
      <description>&lt;P&gt;Have you set he reference qualifier to activeANYTHING on your reference variable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This may help: &lt;A href="https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=e62347e1dbd8dbc01dcaf3231f9619d6"&gt;https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=e62347e1dbd8dbc01dcaf3231f9619d6&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:40:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500177#M71956</guid>
      <dc:creator>Kev9</dc:creator>
      <dc:date>2022-05-13T08:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500178#M71957</link>
      <description>&lt;P&gt;Hi Kev,&lt;/P&gt;
&lt;P&gt;Thanks for you response. Currently, this is how Type Specifications look in&amp;nbsp;the variable:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/31097i16FE363C2328DAD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should I make any changes here ?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Gulzar Manuja&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:56:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500178#M71957</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T08:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500179#M71958</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;did you check by adding in log what came in current.getEncodedQuery()&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:59:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500179#M71958</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2022-05-13T08:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500180#M71959</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="19525629dbd81fc09c9ffb651f961989"&gt;@Ankur Bawiskar&lt;/SN-MENTION&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have checked it, it is returning -1 due to which it is going inside if loop. This is the URL of my catalog item&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/31101i37E89BC1DBF87EC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As I am using the same sys_id in the if condition, not sure why&amp;nbsp;indexOf is returning -1.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:22:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500180#M71959</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T09:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500181#M71960</link>
      <description>&lt;P&gt;Hi Gulzar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you amend the script in the user query BR to that in the post above?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var query =&amp;nbsp;current.getEncodedQuery()&lt;/P&gt;
&lt;P&gt;if( gs.getSession().isInteractive() &amp;amp;&amp;amp; !query.includes('activeANYTHING') )&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;current.addActiveQuery()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:28:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500181#M71960</guid>
      <dc:creator>Kev9</dc:creator>
      <dc:date>2022-05-13T09:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500182#M71961</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;not in browser&lt;/P&gt;
&lt;P&gt;what came in that BR script?&lt;/P&gt;
&lt;P&gt;gs.info(current.getEncodedQuery());&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:29:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500182#M71961</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2022-05-13T09:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500183#M71962</link>
      <description>&lt;P&gt;Hi Ankur,&lt;/P&gt;
&lt;P&gt;It's returning sys_id of different users from sys_user table as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/31108i1E0E906F69D2CE69/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:48:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500183#M71962</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T09:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500184#M71963</link>
      <description>&lt;P&gt;nowhere it's showing the sysId of the catalog item?&lt;/P&gt;
&lt;P&gt;the solutions have worked in the past; not sure if the latest release lead them to failure&lt;/P&gt;
&lt;P&gt;regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:57:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500184#M71963</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2022-05-13T09:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500185#M71964</link>
      <description>&lt;P&gt;That's correct. Can't see sys_id of the catalog item anywhere in the logs. Perhaps&amp;nbsp;they have made some changes in the new release. Thanks for your guidance though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Gulzar Manuja&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 10:32:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500185#M71964</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T10:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500186#M71965</link>
      <description>&lt;P&gt;Hi Kev,&lt;/P&gt;
&lt;P&gt;Thanks again for your response. Well, I must say half of the work is done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;I hope this change won't affect any other&amp;nbsp;reference field pointing to Users table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly, this field is showing inactive users now when non-admin users search for the same, however, I have a catalog client script that shows alert message when an inactive user is chosen in this field. That alert message&amp;nbsp;pops up for admins but it&amp;nbsp;is not coming&amp;nbsp;up for non-admin users. Could you please guide me if I need to make&amp;nbsp;any change in the catalog client script/script include as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Gulzar Manuja&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 10:37:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500186#M71965</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T10:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500187#M71966</link>
      <description>&lt;P&gt;Hi, did you try this condition for the existing business rule?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if (!gs.hasRole('user_admin') &amp;amp;&amp;amp; !gs.hasRole('view_inactive_user') &amp;amp;&amp;amp; (current.getEncodedQuery().indexOf('sys_id&amp;gt;')== -1))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this information has helped you, please mark answer as helpful/correct.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 10:40:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500187#M71966</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2022-05-13T10:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500188#M71967</link>
      <description>&lt;P&gt;Hi Gulzar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will only affect reference fields where activeANYTHING is set as a qualifier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you able to post your client script?&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 10:50:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500188#M71967</guid>
      <dc:creator>Kev9</dc:creator>
      <dc:date>2022-05-13T10:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500189#M71968</link>
      <description>&lt;P&gt;Hi Swapnil,&lt;/P&gt;
&lt;P&gt;Thanks for your response. Yep, tried it. It's not working unfortunately.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Gulzar Manuja&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 11:57:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500189#M71968</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T11:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field does now show inactive users in a catalog item</title>
      <link>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500190#M71969</link>
      <description>&lt;P&gt;Thanks for&amp;nbsp;the confirmation, Kev. Appreciate your help.&amp;nbsp;&lt;BR /&gt;Had a discussion with a friend and he&amp;nbsp;helped me correct the client script/script include.&amp;nbsp;Going to&amp;nbsp;mark your answer correct as&amp;nbsp;I was able to get inactive users in the reference field for non-admins by following the solution suggested by you. Thanks again !!!&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 12:01:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/reference-field-does-now-show-inactive-users-in-a-catalog-item/m-p/500190#M71969</guid>
      <dc:creator>Gulzar Manuja2</dc:creator>
      <dc:date>2022-05-13T12:01:27Z</dc:date>
    </item>
  </channel>
</rss>

