<?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: In Table sys_user_group.list the field for Active Group Member and Active Member are empty ( group member count not updated) in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566267#M138046</link>
    <description>&lt;P&gt;I was able to resolved by creating a scheduled job to update the field.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2020 19:08:55 GMT</pubDate>
    <dc:creator>Edxavier Robert</dc:creator>
    <dc:date>2020-08-13T19:08:55Z</dc:date>
    <item>
      <title>In Table sys_user_group.list the field for Active Group Member and Active Member are empty ( group member count not updated)</title>
      <link>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566263#M138042</link>
      <description>&lt;P&gt;Hi Community,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you can give me directions on this. My issue is on my DEV and QA environment, when were having issues creating access request thru the service catalog. The error message&amp;nbsp;says that we can't submit&amp;nbsp;&amp;nbsp;the access request because the group is empty.&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/29813i80B0BA6496C74754/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;We have this issue with multiple groups ( its a long list). In all of this groups are members on it, but we found that those groups did not have a count in the&amp;nbsp;&lt;LABEL class=" col-xs-12 col-md-1_5 col-lg-2 control-label" for="sys_user_group.u_active_group_members"&gt;&lt;SPAN class="label-text" title=""&gt;Active Group Members or Group Members. That's basic the issue, because those fields are empty I am getting the error message.&amp;nbsp;&lt;/SPAN&gt;&lt;/LABEL&gt;&lt;SPAN class="label-text" title=""&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/29815i85248AE3DB5CDA0B/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;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;&amp;nbsp;My question would be, how I can get those field updated automatically (&amp;nbsp;Active Group Members or Group Members) with count of the Group Members. The weird thing is that our PROD Instance is fine, it just DEV and QA.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;I verify the LDAP connection and its ok.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;I check if there's any Business Rule, but&amp;nbsp; I couldn't find any&lt;/DIV&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;I compare side by side PROD with DEV and QA and I couldn't find differences.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;Table: sys_user_group.list&lt;/DIV&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;I want the Total number of active members to match the actual number of members assigned to a group but its not calculating.&lt;/DIV&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="col-xs-10 col-md-9 col-lg-8 form-field input_controls"&gt;Any advice would be appreciate.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 25 Jul 2020 03:46:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566263#M138042</guid>
      <dc:creator>Edxavier Robert</dc:creator>
      <dc:date>2020-07-25T03:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: In Table sys_user_group.list the field for Active Group Member and Active Member are empty ( group member count not updated)</title>
      <link>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566264#M138043</link>
      <description>&lt;P&gt;If this is the case, I suggest you to use flow designer to run once &amp;amp; it will resolve you problem. Trigger:schedulea based&lt;/P&gt;
&lt;P&gt;Step 1: look up group records to be updated S&lt;/P&gt;
&lt;P&gt;2: for each group&lt;/P&gt;
&lt;P&gt;2.1 lookup group member records in the sysuser_grp table on the basis of group name&lt;/P&gt;
&lt;P&gt;2.2 for each member 2.3 perform operation which you want//make them active or anything.&lt;/P&gt;
&lt;P&gt;But I will suggest you a simple idea what I HAVE IMPLEMENETED THAT I have also implemented this what I did I add the manager of the group as group member. As a manager , he should be an active member that will not arise these kind of scenario if there are no active members in the group.at least he will be there as an active member &amp;amp; your catalog will not display this kind of message.&lt;/P&gt;
&lt;P&gt;Mark it heplful/correct.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Sudhanshu&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 04:13:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566264#M138043</guid>
      <dc:creator>Sudhanshu Talw1</dc:creator>
      <dc:date>2020-07-25T04:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: In Table sys_user_group.list the field for Active Group Member and Active Member are empty ( group member count not updated)</title>
      <link>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566265#M138044</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="470ddc7bdb6a04d44819fb243996191d"&gt;@Sudhanshu Talwar&lt;/SN-MENTION&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But that would automatically update the count every time a group member is added or removed?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I mention in PROD is working fine, but not sure why in DEV or QA not.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 04:17:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566265#M138044</guid>
      <dc:creator>Edxavier Robert</dc:creator>
      <dc:date>2020-07-25T04:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: In Table sys_user_group.list the field for Active Group Member and Active Member are empty ( group member count not updated)</title>
      <link>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566266#M138045</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="80aa093bdb8a88105ed4a851ca96191d"&gt;@Edxavier Roberto&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then simply write a script lookup all records from sysuser_grp table &amp;amp; check the status of each member whether it is actually active/inactive &amp;amp; get your count.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Sudhanshu&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 04:36:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566266#M138045</guid>
      <dc:creator>Sudhanshu Talw1</dc:creator>
      <dc:date>2020-07-25T04:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: In Table sys_user_group.list the field for Active Group Member and Active Member are empty ( group member count not updated)</title>
      <link>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566267#M138046</link>
      <description>&lt;P&gt;I was able to resolved by creating a scheduled job to update the field.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 19:08:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566267#M138046</guid>
      <dc:creator>Edxavier Robert</dc:creator>
      <dc:date>2020-08-13T19:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: In Table sys_user_group.list the field for Active Group Member and Active Member are empty ( group member count not updated)</title>
      <link>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566268#M138047</link>
      <description>&lt;P&gt;I have a question on the assignment group in which while I am typing network or database it's showing invalid reference may I know why?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 16:20:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/in-table-sys-user-group-list-the-field-for-active-group-member/m-p/566268#M138047</guid>
      <dc:creator>manoj kumar</dc:creator>
      <dc:date>2022-08-04T16:20:43Z</dc:date>
    </item>
  </channel>
</rss>

