<?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>User Browser Checkmark</title><link>https://community.appian.com/discussions/f/user-interface/8814/user-browser-checkmark</link><description>I have multiple user browsers on a form. After a user selects a user from the browser, the check mark for the previous selection disappears. Can someone suggest a way to ensure all check marks for previous selections are retained? Thanks. OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: User Browser Checkmark</title><link>https://community.appian.com/thread/39226?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2016 23:57:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd0f455f-1a27-4a99-95c4-998111e7b3da</guid><dc:creator>zrizvi</dc:creator><description>thanks all i will try out these steps now and will keep you posted.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Browser Checkmark</title><link>https://community.appian.com/thread/39189?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2016 17:01:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40675edc-6b8c-4830-9836-1c0984fb5f31</guid><dc:creator>chandu</dc:creator><description>I have tried some thing like appending of the selected User to a local variable, may be this will give an Idea to start a work around for your requirement. here is the code snippet.&lt;br /&gt;&lt;br /&gt;load(&lt;br /&gt;  local!users,&lt;br /&gt;  local!selectedUser,&lt;br /&gt;  local!pathValue,&lt;br /&gt; {&lt;br /&gt;  a!textField(&lt;br /&gt;    label:&amp;quot;Selected Users&amp;quot;,&lt;br /&gt;    value:local!users,&lt;br /&gt;    readOnly:true()&lt;br /&gt;  ),&lt;br /&gt;  a!userBrowserFieldColumns(&lt;br /&gt;    label:&amp;quot;Select the User&amp;quot;,&lt;br /&gt;    instructions:&amp;quot;select a single user and click on Add to add more Users&amp;quot;,&lt;br /&gt;    rootGroup:cons!AMS_ALL_USERS,&lt;br /&gt;    pathValue:local!pathValue,&lt;br /&gt;    pathSaveInto: local!selectedUser,&lt;br /&gt;    selectionValue:local!users,&lt;br /&gt;    selectionSaveInto:&lt;br /&gt;    {local!selectedUser,&lt;br /&gt;    a!save(local!users,union(local!selectedUser,append(local!users,local!selectedUser)))}&lt;br /&gt;  )&lt;br /&gt; }&lt;br /&gt;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Browser Checkmark</title><link>https://community.appian.com/thread/39187?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2016 16:05:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c58eaf2a-5287-4f94-aedf-d50e08adbdd7</guid><dc:creator>chandu</dc:creator><description>Using a!userBrowserFieldColumns() we can select only one user, How about using &lt;br /&gt;a!pickerFieldUsers()?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Browser Checkmark</title><link>https://community.appian.com/thread/39166?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2016 06:41:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0af4cdd4-cdad-4520-8880-ea889e1fc6db</guid><dc:creator>ramakrishnak</dc:creator><description>&lt;br /&gt;@riviz&lt;br /&gt;UserBrowseFiledColumns() component allows you to select a single user at a time.as @abhinvag said create sepearate rule for componenets and call that rule in desired places&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Browser Checkmark</title><link>https://community.appian.com/thread/39164?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2016 06:02:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b888161-17b5-492a-a218-c14407299161</guid><dc:creator>abhinavg712</dc:creator><description>@riviz, Make a separate interface rule containing the user Browser component and call the same  in master interface.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/MultipleUserBrowserComponent.PNG"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/MultipleUserBrowserComponent.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>