<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarcrm.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>Adding contacts to a target list - only single selection available</title><link>https://sugarclub.sugarcrm.com/explore/help-forums/enterprise-professional/f/enterprise-professional-questions/3341/adding-contacts-to-a-target-list---only-single-selection-available</link><description>Hi, I wanted to raise a question/issue that has frustrated one of my SugarCRM clients. In a Target List, you can &amp;quot;Link Existing Records&amp;quot; to the list. When we link Leads, Targets, Users or Accounts , we get CHECKBOXES, where you can select multiple records</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Adding contacts to a target list - only single selection available</title><link>https://sugarclub.sugarcrm.com/thread/11988?ContentTypeID=1</link><pubDate>Fri, 18 Aug 2017 01:01:41 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:f3e09e6e-dcd7-4bbc-86c2-ca4d9426466d</guid><dc:creator>Gary Smart</dc:creator><description>&lt;p&gt;Thanks, that&amp;#39;s a great help to start investigating what&amp;#39;s going on in our instance.&lt;/p&gt;&lt;p&gt;Gary.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;SOLUTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;We had a default Contact level filter defined in custom/modules/Contacts/clients/base/fields/link-action.js that was being used across all modules. It was built from a&amp;nbsp;code sample that was most likley copied and pasted from the Sugar support docs.&lt;/p&gt;&lt;p&gt;Changing the layout property as below gave us multi-selection again.&lt;/p&gt;&lt;pre class="" style="color:black;background:#f5f2f0;border:1px solid #cccccc;margin:0.5em 0px;padding:1em 1em 1em 3.8em;"&gt;&lt;code class="" style="color:black;background:none;"&gt;app&lt;span class="" style="color:#999999;"&gt;.&lt;/span&gt;drawer&lt;span class="" style="color:#999999;"&gt;.&lt;/span&gt;&lt;span class="" style="color:#dd4a68;"&gt;open&lt;/span&gt;&lt;span class="" style="color:#999999;"&gt;(&lt;/span&gt;&lt;span class="" style="color:#999999;"&gt;{&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout&lt;span class="" style="color:#999999;"&gt;:&lt;/span&gt; &lt;span class="" style="color:#669900;"&gt;&amp;#39;multi-selection-list-link&lt;/span&gt;&lt;span class="" style="color:#999999;"&gt;, &amp;lt;!---- CHANGED THIS from selection-list (Radio buttons) to multi-selection-list-link (Checkboxes).&lt;/span&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; context&lt;span class="" style="color:#999999;"&gt;:&lt;/span&gt; &lt;span class="" style="color:#999999;"&gt;{&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; module&lt;span class="" style="color:#999999;"&gt;:&lt;/span&gt; &lt;span class="" style="color:#669900;"&gt;&amp;#39;Accounts&amp;#39;&lt;/span&gt;&lt;span class="" style="color:#999999;"&gt;,&lt;br /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filterOptions&lt;span class="" style="color:#999999;"&gt;:&lt;/span&gt; filterOptions&lt;span class="" style="color:#999999;"&gt;,&lt;br /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent&lt;span class="" style="color:#999999;"&gt;:&lt;/span&gt; &lt;span class="" style="color:#0077aa;"&gt;this&lt;/span&gt;&lt;span class="" style="color:#999999;"&gt;.&lt;/span&gt;context&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="" style="color:#999999;"&gt;}&lt;br /&gt;&lt;/span&gt;&lt;span class="" style="color:#999999;"&gt;}&lt;/span&gt;&lt;span class="" style="color:#999999;"&gt;)&lt;/span&gt;&lt;span class="" style="color:#999999;"&gt;;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding contacts to a target list - only single selection available</title><link>https://sugarclub.sugarcrm.com/thread/11987?ContentTypeID=1</link><pubDate>Thu, 17 Aug 2017 11:24:55 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:12d9a22a-bf1f-4743-bc5d-7410eedc46f2</guid><dc:creator>Andr&amp;#233; Lopes</dc:creator><description>&lt;p&gt;ProspectLists is the real module behind the module label Target List.&lt;/p&gt;&lt;p&gt;Definitely something has changed.&lt;/p&gt;&lt;p&gt;According to my research it seems the panel-top-for-prospectlists for Contacts has been customized the way the button &amp;#39;select_button&amp;#39; has a new type instead of &amp;#39;link-action&amp;#39;. The button type &amp;#39;link-action&amp;#39; (defined at clients/base/fields/link-action) implements the layout &amp;#39;multi-selection-list-link&amp;#39; where you can select several records from rendered list, but somehow it has changed for Contacts subpanel under ProspecLists.&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding contacts to a target list - only single selection available</title><link>https://sugarclub.sugarcrm.com/thread/11986?ContentTypeID=1</link><pubDate>Thu, 17 Aug 2017 00:14:43 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:b2ae46c3-b5ae-4ee6-8f4a-cc3b46851a87</guid><dc:creator>Gary Smart</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Thanks, but I do not really understand what you mean.&lt;/p&gt;&lt;p&gt;Can you provide me any more information/pointers on how I get the the multi-select to work?&lt;/p&gt;&lt;p&gt;You mention&amp;nbsp;&lt;span style="color:#000000;background-color:#ffffff;"&gt;ProspectLists, however, we have not made any changes to any files such as&amp;nbsp;&lt;span&gt;ProspectLists.php&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#000000;background-color:#ffffff;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#000000;background-color:#ffffff;"&gt;&lt;span&gt;Thanks again,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#000000;background-color:#ffffff;"&gt;&lt;span&gt;Gary.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding contacts to a target list - only single selection available</title><link>https://sugarclub.sugarcrm.com/thread/11985?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2017 12:00:51 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:8af6a811-f29a-4667-9676-8f270363c301</guid><dc:creator>Andr&amp;#233; Lopes</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://sugarclub.sugarcrm.com/members/garyns"&gt;Gary Smart&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I believe someone customized the view selection-list for Contacts under ProspectLists once the default &amp;nbsp;behavior is a multi selection list.&lt;/p&gt;&lt;p&gt;I just tested it on fresh installations of ENT 7.8.2.1 and 7.9,1.0.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>