<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multi-Select Picklists; The Pitfalls Revealed!</title>
	<atom:link href="http://forcebydesign.com/2008/06/multi-select-picklists-the-pitfalls-revealed/feed/" rel="self" type="application/rss+xml" />
	<link>http://forcebydesign.com/2008/06/multi-select-picklists-the-pitfalls-revealed/</link>
	<description></description>
	<lastBuildDate>Thu, 27 Jan 2011 10:32:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: sidh511</title>
		<link>http://forcebydesign.com/2008/06/multi-select-picklists-the-pitfalls-revealed/comment-page-1/#comment-321</link>
		<dc:creator>sidh511</dc:creator>
		<pubDate>Thu, 27 Jan 2011 10:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=9#comment-321</guid>
		<description>Hi l.k.martell,

Is there a way by which I can show some filtered picklist values by using 1 controlling field &amp; on other page-layout I want to show all picklist values without exposing controlling field.

P.S. : on one page layout I have controlling field &amp; on other page-layout I dont have it.</description>
		<content:encoded><![CDATA[<p>Hi l.k.martell,</p>
<p>Is there a way by which I can show some filtered picklist values by using 1 controlling field &amp; on other page-layout I want to show all picklist values without exposing controlling field.</p>
<p>P.S. : on one page layout I have controlling field &amp; on other page-layout I dont have it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l.k.martell</title>
		<link>http://forcebydesign.com/2008/06/multi-select-picklists-the-pitfalls-revealed/comment-page-1/#comment-320</link>
		<dc:creator>l.k.martell</dc:creator>
		<pubDate>Fri, 24 Dec 2010 05:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=9#comment-320</guid>
		<description>Hi Vimal,

You can manage the multi-select picklist values based on the &quot;Business Unit&quot; field through field dependencies. 

If you go the Fields section (Setup &gt; Customize &gt; Object &gt; Fields) and click on the &quot;Field Dependencies&quot; button you create a dependency between the &quot;Business Unit&quot; field and the multi-select picklist field. After that you can control which options are available in the multi-select picklist for each value of the &quot;Business Unit&quot; field.

Hope that helps. 

Luke</description>
		<content:encoded><![CDATA[<p>Hi Vimal,</p>
<p>You can manage the multi-select picklist values based on the &#8220;Business Unit&#8221; field through field dependencies. </p>
<p>If you go the Fields section (Setup &gt; Customize &gt; Object &gt; Fields) and click on the &#8220;Field Dependencies&#8221; button you create a dependency between the &#8220;Business Unit&#8221; field and the multi-select picklist field. After that you can control which options are available in the multi-select picklist for each value of the &#8220;Business Unit&#8221; field.</p>
<p>Hope that helps. </p>
<p>Luke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: champvimal</title>
		<link>http://forcebydesign.com/2008/06/multi-select-picklists-the-pitfalls-revealed/comment-page-1/#comment-319</link>
		<dc:creator>champvimal</dc:creator>
		<pubDate>Wed, 22 Dec 2010 21:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=9#comment-319</guid>
		<description>Hi,

I have a Controlling Picklist field &quot;Business Unit&quot;.

Based on a particular value I select, a particular Multi-select Picklist should show me certain values. In short, I want to make Multi-select Picklist field dependant on the &quot;Business Unit&quot; field.

Any idea how to achieve this?


Thanks,

Vimal</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a Controlling Picklist field &#8220;Business Unit&#8221;.</p>
<p>Based on a particular value I select, a particular Multi-select Picklist should show me certain values. In short, I want to make Multi-select Picklist field dependant on the &#8220;Business Unit&#8221; field.</p>
<p>Any idea how to achieve this?</p>
<p>Thanks,</p>
<p>Vimal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micaiah Filkins</title>
		<link>http://forcebydesign.com/2008/06/multi-select-picklists-the-pitfalls-revealed/comment-page-1/#comment-315</link>
		<dc:creator>Micaiah Filkins</dc:creator>
		<pubDate>Mon, 15 Mar 2010 14:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=9#comment-315</guid>
		<description>Hi There E,

Now that MSPL can be used with INCLUDES you could write a quick Formula Field or some Work Flows to run your report.

e.g. IF( INCLUDES( Product_Interest__c , &quot;Product 1&quot;) , 1, 0)

Other MSPL formula operators;
Multi-select picklist fields can only be used in the following functions:
INCLUDES
ISBLANK
ISNULL
ISCHANGED (Only in assignment rules, validation rules, workflow field updates, and workflow rules in which the trigger type is set to Every time a record is created or edited)
PRIORVALUE (Only in assignment rules, validation rules, workflow field updates, and workflow rules in which the trigger type is set to Every time a record is created or edited)

Hope this helps.

Best,
Micaiah</description>
		<content:encoded><![CDATA[<p>Hi There E,</p>
<p>Now that MSPL can be used with INCLUDES you could write a quick Formula Field or some Work Flows to run your report.</p>
<p>e.g. IF( INCLUDES( Product_Interest__c , &#8220;Product 1&#8243;) , 1, 0)</p>
<p>Other MSPL formula operators;<br />
Multi-select picklist fields can only be used in the following functions:<br />
INCLUDES<br />
ISBLANK<br />
ISNULL<br />
ISCHANGED (Only in assignment rules, validation rules, workflow field updates, and workflow rules in which the trigger type is set to Every time a record is created or edited)<br />
PRIORVALUE (Only in assignment rules, validation rules, workflow field updates, and workflow rules in which the trigger type is set to Every time a record is created or edited)</p>
<p>Hope this helps.</p>
<p>Best,<br />
Micaiah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eramos42</title>
		<link>http://forcebydesign.com/2008/06/multi-select-picklists-the-pitfalls-revealed/comment-page-1/#comment-314</link>
		<dc:creator>eramos42</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=9#comment-314</guid>
		<description>Amen! 

I&#039;m stuck here with this kind of reporting.

I have campaigns with Multiple Product Interests.

I get questions like How Many Leads does Product 1 have regardless if they are associated with another Product. 
How Many Leads does Product 2 have regardless if they are associated with another product, etc...

Generating this in 1 report is impossible using the MSP</description>
		<content:encoded><![CDATA[<p>Amen! </p>
<p>I&#8217;m stuck here with this kind of reporting.</p>
<p>I have campaigns with Multiple Product Interests.</p>
<p>I get questions like How Many Leads does Product 1 have regardless if they are associated with another Product.<br />
How Many Leads does Product 2 have regardless if they are associated with another product, etc&#8230;</p>
<p>Generating this in 1 report is impossible using the MSP</p>
]]></content:encoded>
	</item>
</channel>
</rss>

