<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>I am using the pickerFieldUsers component on 7.5 to display all users from group</title><link>https://community.appian.com/discussions/f/rules/3382/i-am-using-the-pickerfieldusers-component-on-7-5-to-display-all-users-from-group</link><description>I am using the pickerFieldUsers component on 7.5 to display all users from group A who are not in group B. I have got a rule to bring back an array of users and I want to bind the pickerFieldUsers component to that array, using the groupFilter parameter</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I am using the pickerFieldUsers component on 7.5 to display all users from group</title><link>https://community.appian.com/thread/11897?ContentTypeID=1</link><pubDate>Tue, 09 Sep 2014 21:08:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e0e652a6-b4bd-4055-abcf-adc7fac1c6c4</guid><dc:creator>Jason Ruvinsky</dc:creator><description>Instead of rules-based groups, perhaps you should just create this as a regular group, and manually set the members in them when you create user accounts? If you create users in a process, you could add them to this new group when they need to be. Alternately you could create a utility process which runs off a timer and determines group membership and adds them as needed.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am using the pickerFieldUsers component on 7.5 to display all users from group</title><link>https://community.appian.com/thread/11832?ContentTypeID=1</link><pubDate>Fri, 05 Sep 2014 17:22:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ac2e90f-ade6-473d-bbc4-f2898a48c36e</guid><dc:creator>agauzel</dc:creator><description>I was using a custom picker originally, binding it to an array of users returned from this rule (GroupB is a subset of GroupA):&lt;br /&gt;&lt;br /&gt;difference(&lt;br /&gt;  getgroupmemberuserspaging(cons!GroupA, 0, 2500),&lt;br /&gt;  getgroupmemberuserspaging(cons!GroupB, 0, 2500)&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;It works fine when there aren&amp;#39;t many users (few hundreds), but on environments where there are thousands of users, the performance is very slow during loading of the page and when searching for users. That is why I wanted to switch to using the new pickerFieldUsers component.&lt;br /&gt;&lt;br /&gt;I have looked into creating a rule-based group, but I don&amp;#39;t think there are membership rules in place to mimic what I want to do up there. Unless I am missing something? Any suggestions?&lt;br /&gt;&lt;br /&gt;Thanks!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am using the pickerFieldUsers component on 7.5 to display all users from group</title><link>https://community.appian.com/thread/11809?ContentTypeID=1</link><pubDate>Thu, 04 Sep 2014 22:30:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b41a249-00e1-4be4-8363-a9f654b8d98c</guid><dc:creator>Jason Ruvinsky</dc:creator><description>Alternately, create a custom picker instead : &lt;a href="https://forum.appian.com/suite/wiki/75/SAIL_Components#CustomPicker"&gt;forum.appian.com/.../SAIL_Components&lt;/a&gt; and base it off of the list of distinct users that you want to be able to pick from.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am using the pickerFieldUsers component on 7.5 to display all users from group</title><link>https://community.appian.com/thread/11808?ContentTypeID=1</link><pubDate>Thu, 04 Sep 2014 22:28:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db0c3f5b-1e71-4a2f-9d76-7c0c72abf70d</guid><dc:creator>Jason Ruvinsky</dc:creator><description>You would need to create a group that contains these users. Have you looked into creating a rules-based group that includes the users you want?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>