<?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 for Force by Design</title>
	<atom:link href="http://forcebydesign.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://forcebydesign.com</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>Comment on Multi-Select Picklists; The Pitfalls Revealed! 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>Comment on Multi-Select Picklists; The Pitfalls Revealed! 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>Comment on Multi-Select Picklists; The Pitfalls Revealed! 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>Comment on Multi-Select Picklists; The Pitfalls Revealed! 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>Comment on Multi-Select Picklists; The Pitfalls Revealed! 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>
	<item>
		<title>Comment on Useful Salesforce.com Short Hand and Keyboard Shortcuts by Micaiah Filkins</title>
		<link>http://forcebydesign.com/2009/07/useful-salesforcecom-short-hand-and-keyboard-shortcuts/comment-page-1/#comment-313</link>
		<dc:creator>Micaiah Filkins</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=27#comment-313</guid>
		<description>Hi DC,

This likely is a browser/operating system issue.

In Chrome on Vista SP2 it is working for me.  

What Browser/OS are you on? 

Did you try it in another browser?</description>
		<content:encoded><![CDATA[<p>Hi DC,</p>
<p>This likely is a browser/operating system issue.</p>
<p>In Chrome on Vista SP2 it is working for me.  </p>
<p>What Browser/OS are you on? </p>
<p>Did you try it in another browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful Salesforce.com Short Hand and Keyboard Shortcuts by dcweinreich</title>
		<link>http://forcebydesign.com/2009/07/useful-salesforcecom-short-hand-and-keyboard-shortcuts/comment-page-1/#comment-312</link>
		<dc:creator>dcweinreich</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=27#comment-312</guid>
		<description>Thanks for the post.  I tried Ctrl-S after making changes on an Edit page, but just got beeped at.  What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Thanks for the post.  I tried Ctrl-S after making changes on an Edit page, but just got beeped at.  What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful Salesforce.com Short Hand and Keyboard Shortcuts by timlockie</title>
		<link>http://forcebydesign.com/2009/07/useful-salesforcecom-short-hand-and-keyboard-shortcuts/comment-page-1/#comment-311</link>
		<dc:creator>timlockie</dc:creator>
		<pubDate>Sat, 19 Sep 2009 00:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=27#comment-311</guid>
		<description>thanks for the tips... helpful</description>
		<content:encoded><![CDATA[<p>thanks for the tips&#8230; helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating year-over-year-to-date Comparison Forumlas by Indigo</title>
		<link>http://forcebydesign.com/2009/06/creating-year-over-year-to-date-comparison-forumlas/comment-page-1/#comment-310</link>
		<dc:creator>Indigo</dc:creator>
		<pubDate>Fri, 04 Sep 2009 00:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=25#comment-310</guid>
		<description>Great solution. Thanks for sharing this.</description>
		<content:encoded><![CDATA[<p>Great solution. Thanks for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating year-over-year-to-date Comparison Forumlas by thomaspbrown</title>
		<link>http://forcebydesign.com/2009/06/creating-year-over-year-to-date-comparison-forumlas/comment-page-1/#comment-309</link>
		<dc:creator>thomaspbrown</dc:creator>
		<pubDate>Sat, 11 Jul 2009 17:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://forcebydesign.com/?p=25#comment-309</guid>
		<description>this is great.  you just saved me lots of time.  THANKS!</description>
		<content:encoded><![CDATA[<p>this is great.  you just saved me lots of time.  THANKS!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

