<?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 How are users related to groups or roles? in ITOM forum</title>
    <link>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982928#M76550</link>
    <description>&lt;P&gt;Can anybody answers this?&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;How are users related to groups or roles? &lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;One to many relationships&lt;/P&gt;&lt;P&gt;Many to many relationships ?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Aug 2014 19:03:58 GMT</pubDate>
    <dc:creator>Geeky</dc:creator>
    <dc:date>2014-08-26T19:03:58Z</dc:date>
    <item>
      <title>How are users related to groups or roles?</title>
      <link>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982928#M76550</link>
      <description>&lt;P&gt;Can anybody answers this?&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;How are users related to groups or roles? &lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;One to many relationships&lt;/P&gt;&lt;P&gt;Many to many relationships ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 19:03:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982928#M76550</guid>
      <dc:creator>Geeky</dc:creator>
      <dc:date>2014-08-26T19:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How are users related to groups or roles?</title>
      <link>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982929#M76551</link>
      <description>&lt;P&gt;Users (table sys_user) are related to Roles (table sys_user_role) with a many-to-many table (sys_user_has_role) which keeps records that each have a reference to one User and one Role. &amp;nbsp; When you add a Role directly to a User, a record is generated in the sys_user_has_role table. &amp;nbsp; When you remove a role from that User, the record is deleted.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Similarly, Groups (table sys_user_group) are related to Users with a many-to-many table (sys_user_grmember), which has records that each reference a single Group and a single User.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Does that help?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2014 19:14:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982929#M76551</guid>
      <dc:creator>peterwestergaar</dc:creator>
      <dc:date>2014-08-26T19:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: How are users related to groups or roles?</title>
      <link>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982930#M76552</link>
      <description>&lt;P&gt;Thanks for the explanation Peter. Is it only a theoretical concept or can I see it?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2014 19:20:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982930#M76552</guid>
      <dc:creator>Geeky</dc:creator>
      <dc:date>2014-08-26T19:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: How are users related to groups or roles?</title>
      <link>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982931#M76553</link>
      <description>&lt;P&gt;In the related lists section on users, groups, and roles you can see the related lists, which are actually views of the relationship tables &lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;sys_user_grmember and &lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;sys_user_has_role. That allows you to actually look at the records on those tables.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2014 19:26:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982931#M76553</guid>
      <dc:creator>Brad Tilton</dc:creator>
      <dc:date>2014-08-26T19:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How are users related to groups or roles?</title>
      <link>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982932#M76554</link>
      <description>&lt;P&gt;well, like with most any ServiceNow table, you can examine it by going to the filter at the top of the sidebar and entering the tablename followed by ".list" &amp;nbsp; ... don't press ENTER when you're done.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Just enter: &amp;nbsp; sys_user_has_role.list &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;... and you'll get the list of all pairings of user and role. &amp;nbsp; Obviously you can only do this as an administrator. &amp;nbsp; Well, you can still perform the search, but most (often ALL) of the records will be invisible to a non-administrator. &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2014 19:27:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982932#M76554</guid>
      <dc:creator>peterwestergaar</dc:creator>
      <dc:date>2014-08-26T19:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How are users related to groups or roles?</title>
      <link>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982933#M76555</link>
      <description>&lt;P&gt;Hi Brad,&lt;/P&gt;
&lt;P&gt;If i want to create a replica relationship of Group on User table with the new and edit buttons how would i achieve it.&lt;/P&gt;
&lt;P&gt;Can you help me ? , It would be great if you lead me in an appropriate direction.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 05:18:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/how-are-users-related-to-groups-or-roles/m-p/982933#M76555</guid>
      <dc:creator>dhananjay21</dc:creator>
      <dc:date>2018-12-07T05:18:07Z</dc:date>
    </item>
  </channel>
</rss>

