<?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 ACL to restrict import set to certain tables in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506631#M163557</link>
    <description>&lt;P&gt;Hello community,&lt;/P&gt;
&lt;P&gt;I am attempting to right an ACL to allow for a specific group to use import sets, but the only tables they should be able to import into should be tables where the name contains "cmdb_ci". Would this be able to be done in a single ACL?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 20:35:12 GMT</pubDate>
    <dc:creator>othomas1</dc:creator>
    <dc:date>2019-03-07T20:35:12Z</dc:date>
    <item>
      <title>ACL to restrict import set to certain tables</title>
      <link>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506631#M163557</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;
&lt;P&gt;I am attempting to right an ACL to allow for a specific group to use import sets, but the only tables they should be able to import into should be tables where the name contains "cmdb_ci". Would this be able to be done in a single ACL?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 20:35:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506631#M163557</guid>
      <dc:creator>othomas1</dc:creator>
      <dc:date>2019-03-07T20:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: ACL to restrict import set to certain tables</title>
      <link>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506632#M163558</link>
      <description>Hi,
You can create ACLs on each of the impost set tables which you want to restrict and allow those groups access. You will need an ACL for each table which you want to lock down as this cannot be done using a single ACL..</description>
      <pubDate>Fri, 08 Mar 2019 00:55:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506632#M163558</guid>
      <dc:creator>DScroggins</dc:creator>
      <dc:date>2019-03-08T00:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: ACL to restrict import set to certain tables</title>
      <link>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506633#M163559</link>
      <description>&lt;P&gt;Thanks for the reply, so if i only wanted those group of users to use the import sets for tables with the name that contains "cmdb_ci", those would all be single ACL's?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 01:42:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506633#M163559</guid>
      <dc:creator>othomas1</dc:creator>
      <dc:date>2019-03-08T01:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: ACL to restrict import set to certain tables</title>
      <link>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506634#M163560</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you want to allow for specific group of users to use import set tables which contains cmdb_ci&amp;nbsp; means, you need to create a table level ACL , in which you have to select your import set table &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;and you can assign group role in that.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And if you want to allow for all tables which contains name cmdb_ci&amp;nbsp; ,then you can not achieve this by single ACL .You need to create separate ACL for each cmdb_ci import set table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Mark it as correct/helpful if it helps for you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Pooja&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 03:06:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506634#M163560</guid>
      <dc:creator>Pooja Mallikarj</dc:creator>
      <dc:date>2019-03-08T03:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: ACL to restrict import set to certain tables</title>
      <link>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506635#M163561</link>
      <description>&lt;P&gt;Yes you would need to create single ACL's for &lt;SPAN style="text-decoration: underline;"&gt;each&lt;/SPAN&gt; of the import set tables which you want to restrict. You can utilize the same advanced script to check if the users is a member of the approved group i.e:&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;answer = gs.getUser().isMemberOf(­GROUP NAME);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Mar 2019 16:09:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/acl-to-restrict-import-set-to-certain-tables/m-p/1506635#M163561</guid>
      <dc:creator>DScroggins</dc:creator>
      <dc:date>2019-03-08T16:09:24Z</dc:date>
    </item>
  </channel>
</rss>

