<?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 Record Producer: Questions and some viewable to all users and others viewable to specific users in Virtual Agent forum</title>
    <link>https://www.servicenow.com/community/virtual-agent-forum/record-producer-questions-and-some-viewable-to-all-users-and/m-p/2949703#M8361</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to create a record producer that will have multiple options.&lt;/P&gt;&lt;P&gt;Several options viewable to all users.&amp;nbsp; Two options only viewable to specific roles (Supervisors/managers).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2024 18:31:10 GMT</pubDate>
    <dc:creator>cyoshimoto</dc:creator>
    <dc:date>2024-05-31T18:31:10Z</dc:date>
    <item>
      <title>Record Producer: Questions and some viewable to all users and others viewable to specific users</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/record-producer-questions-and-some-viewable-to-all-users-and/m-p/2949703#M8361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to create a record producer that will have multiple options.&lt;/P&gt;&lt;P&gt;Several options viewable to all users.&amp;nbsp; Two options only viewable to specific roles (Supervisors/managers).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 18:31:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/record-producer-questions-and-some-viewable-to-all-users-and/m-p/2949703#M8361</guid>
      <dc:creator>cyoshimoto</dc:creator>
      <dc:date>2024-05-31T18:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Record Producer: Questions and some viewable to all users and others viewable to specific users</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/record-producer-questions-and-some-viewable-to-all-users-and/m-p/2949714#M8362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/583815"&gt;@cyoshimoto&lt;/a&gt;&amp;nbsp;You can write a Catalog Client Script like below&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;function onLoad() {
    g_form.setMandatory("set field name here", false);
    g_form.setVisible("set field name here", false);
    if (g_user.hasRole('admin')) {
        g_form.setMandatory("set field name here", true);
        g_form.setVisible("set field name here", true);
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/community/in-other-news/hide-fields-depending-on-logged-in-users-department/ba-p/2292706" target="_blank"&gt;https://www.servicenow.com/community/in-other-news/hide-fields-depending-on-logged-in-users-department/ba-p/2292706&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sid&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 18:42:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/record-producer-questions-and-some-viewable-to-all-users-and/m-p/2949714#M8362</guid>
      <dc:creator>Sid_Takali</dc:creator>
      <dc:date>2024-05-31T18:42:00Z</dc:date>
    </item>
  </channel>
</rss>

