<?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: Using List Custom Settings in Salesforce.com</title>
	<atom:link href="http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-list-custom-settings-in-salesforce-com</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Klaus</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-4369</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Wed, 27 Jul 2011 13:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-4369</guid>
		<description>Hi Jeff,
in the final note of your article you mentioned a script to populate custom settings in a managed package. What would be the best practice for this purpose?
Thanks
Klaus</description>
		<content:encoded><![CDATA[<p>Hi Jeff,<br />
in the final note of your article you mentioned a script to populate custom settings in a managed package. What would be the best practice for this purpose?<br />
Thanks<br />
Klaus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceyhun</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-4228</link>
		<dc:creator>Ceyhun</dc:creator>
		<pubDate>Thu, 23 Jun 2011 07:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-4228</guid>
		<description>Hi,
So here we only retrieve the values of the fields, is there any way to create an custom setting object with apex code, or create some fields of custom setting object and insert some values to it through apex code?


Thanks
Ceyhun</description>
		<content:encoded><![CDATA[<p>Hi,<br />
So here we only retrieve the values of the fields, is there any way to create an custom setting object with apex code, or create some fields of custom setting object and insert some values to it through apex code?</p>
<p>Thanks<br />
Ceyhun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nandini</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-3324</link>
		<dc:creator>Nandini</dc:creator>
		<pubDate>Fri, 29 Apr 2011 07:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-3324</guid>
		<description>I have been reading your blog and its of great help to us,

your doing a excellent job,

Many Thanks,
Nandini</description>
		<content:encoded><![CDATA[<p>I have been reading your blog and its of great help to us,</p>
<p>your doing a excellent job,</p>
<p>Many Thanks,<br />
Nandini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-3198</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Wed, 13 Apr 2011 00:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-3198</guid>
		<description>@Neeru, I think you&#039;ll have to use a custom controller or extension and then overwrite the value in the standard field with the chosen value from your custom picklist before you save the record. HTH</description>
		<content:encoded><![CDATA[<p>@Neeru, I think you&#8217;ll have to use a custom controller or extension and then overwrite the value in the standard field with the chosen value from your custom picklist before you save the record. HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeru</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-3107</link>
		<dc:creator>Neeru</dc:creator>
		<pubDate>Tue, 29 Mar 2011 10:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-3107</guid>
		<description>Hi Jeff,

Am facing some problem in this custom settings, actually am not much aware of this. and trying to implement this in my salesforce account. 

i have created a page on which picklist of custom setting is visible with one standard field of object. But i want to save the value of picklist with my standard field record. and don&#039;t know hoe to do that.

Will you please help me this problem?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Am facing some problem in this custom settings, actually am not much aware of this. and trying to implement this in my salesforce account. </p>
<p>i have created a page on which picklist of custom setting is visible with one standard field of object. But i want to save the value of picklist with my standard field record. and don&#8217;t know hoe to do that.</p>
<p>Will you please help me this problem?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MetratoN</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-1255</link>
		<dc:creator>MetratoN</dc:creator>
		<pubDate>Thu, 29 Jul 2010 21:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-1255</guid>
		<description>Hi my friend, good work for this web site..i found interesting you not in the final post. i need add data automatic in my package so that the moment of instalation, the custom setting component holds values by default...</description>
		<content:encoded><![CDATA[<p>Hi my friend, good work for this web site..i found interesting you not in the final post. i need add data automatic in my package so that the moment of instalation, the custom setting component holds values by default&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-390</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Sat, 10 Apr 2010 17:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-390</guid>
		<description>Hi Jeff,

Clear, thanks. I have escalated this as a bug.

We deploy a managed package in very few but large installs and have a dozen different custom settings so creating a new custom object in lieu of each of them is not a great solution for us as it would leave all those old objects hanging.

We also like the other benefits of custom settings such as not counting against query limits and being available in formulas without having a lookup relationship consumed.

We are part of the deprecation pilot but even that leaves deprecated fields and objects in installations, only new installs are without them.

I don&#039;t know if you have someone influential you could talk to this about, but a fix would be most welcome :)

Thanks for your input and help.

Niels</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Clear, thanks. I have escalated this as a bug.</p>
<p>We deploy a managed package in very few but large installs and have a dozen different custom settings so creating a new custom object in lieu of each of them is not a great solution for us as it would leave all those old objects hanging.</p>
<p>We also like the other benefits of custom settings such as not counting against query limits and being available in formulas without having a lookup relationship consumed.</p>
<p>We are part of the deprecation pilot but even that leaves deprecated fields and objects in installations, only new installs are without them.</p>
<p>I don&#8217;t know if you have someone influential you could talk to this about, but a fix would be most welcome <img src='http://blog.jeffdouglas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for your input and help.</p>
<p>Niels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-389</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-389</guid>
		<description>It looks a little buggy. Perhaps your best bet in the short-term is to use a custom object to store these settings and then move them to actual custom settings once fixed. It should be a fairly academic process. You can use Eclipse to move the field from the custom object settings to the list settings object (they are both essentially custom objects) when fixed. You can then search and replace on the Flex code to change where the setting come from.</description>
		<content:encoded><![CDATA[<p>It looks a little buggy. Perhaps your best bet in the short-term is to use a custom object to store these settings and then move them to actual custom settings once fixed. It should be a fairly academic process. You can use Eclipse to move the field from the custom object settings to the list settings object (they are both essentially custom objects) when fixed. You can then search and replace on the Flex code to change where the setting come from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-388</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-388</guid>
		<description>My guess is that they get cached each time the JVM recycles plus when ever you make a change. I just changed a value and the change was reflected with the correct value immediately.</description>
		<content:encoded><![CDATA[<p>My guess is that they get cached each time the JVM recycles plus when ever you make a change. I just changed a value and the change was reflected with the correct value immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres Perez</title>
		<link>http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/comment-page-1/#comment-387</link>
		<dc:creator>Andres Perez</dc:creator>
		<pubDate>Fri, 09 Apr 2010 12:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/2010/01/07/using-list-custom-settings-in-salesforce-com/#comment-387</guid>
		<description>Since the data is being stored in a cache and not in a database, does the cache ever get refreshed?</description>
		<content:encoded><![CDATA[<p>Since the data is being stored in a cache and not in a database, does the cache ever get refreshed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

