<?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: How to get active user records populated in catalog item through reference qualifier in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/how-to-get-active-user-records-populated-in-catalog-item-through/m-p/3080615#M1154760</link>
    <description>&lt;P&gt;Yeah, brain fog - that answer is rubbish.&amp;nbsp; Use ^ not &amp;amp;&amp;amp; in this case for an encoded query AND.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 18:32:28 GMT</pubDate>
    <dc:creator>Brad Bowman</dc:creator>
    <dc:date>2024-10-22T18:32:28Z</dc:date>
    <item>
      <title>How to get active user records populated in catalog item through reference qualifier</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-get-active-user-records-populated-in-catalog-item-through/m-p/3080558#M1154744</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I could find many articles in the community related to reference qualifiers and I have updated ref qualifier for one of my catalog items but still system populating inactive records not sure why. Attached screenshot for reference. Any guidance would be much appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rini&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 17:22:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-get-active-user-records-populated-in-catalog-item-through/m-p/3080558#M1154744</guid>
      <dc:creator>Rini1</dc:creator>
      <dc:date>2024-10-22T17:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get active user records populated in catalog item through reference qualifier</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-get-active-user-records-populated-in-catalog-item-through/m-p/3080571#M1154750</link>
      <description>&lt;P&gt;Use &amp;amp;&amp;amp; between the conditions for AND, so yours would be - after the javascript colon&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;'active=true&amp;amp;&amp;amp;company=' + current.variables.company;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Oct 2024 17:36:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-get-active-user-records-populated-in-catalog-item-through/m-p/3080571#M1154750</guid>
      <dc:creator>Brad Bowman</dc:creator>
      <dc:date>2024-10-22T17:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get active user records populated in catalog item through reference qualifier</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-get-active-user-records-populated-in-catalog-item-through/m-p/3080601#M1154754</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/70873"&gt;@Rini1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You are using incorrect syntax by placing a comma between the active and company fields.&lt;/P&gt;
&lt;P&gt;Incorrect:&lt;/P&gt;
&lt;P&gt;'active=true,company=' + current.variables.company;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correct Approach:&lt;/P&gt;
&lt;P&gt;'active=true^company=' + current.variables.company;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Mark it as helpful and solution proposed if it serves your purpose.&lt;BR /&gt;Thanks,&lt;BR /&gt;Anand&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 18:12:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-get-active-user-records-populated-in-catalog-item-through/m-p/3080601#M1154754</guid>
      <dc:creator>Anand Kumar P</dc:creator>
      <dc:date>2024-10-22T18:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get active user records populated in catalog item through reference qualifier</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-get-active-user-records-populated-in-catalog-item-through/m-p/3080615#M1154760</link>
      <description>&lt;P&gt;Yeah, brain fog - that answer is rubbish.&amp;nbsp; Use ^ not &amp;amp;&amp;amp; in this case for an encoded query AND.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 18:32:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-get-active-user-records-populated-in-catalog-item-through/m-p/3080615#M1154760</guid>
      <dc:creator>Brad Bowman</dc:creator>
      <dc:date>2024-10-22T18:32:28Z</dc:date>
    </item>
  </channel>
</rss>

