<?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 Hierarchy Custom Settings in Salesforce.com</title>
	<atom:link href="http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-hierarchy-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: boB</title>
		<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/comment-page-1/#comment-4601</link>
		<dc:creator>boB</dc:creator>
		<pubDate>Tue, 30 Aug 2011 15:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2120#comment-4601</guid>
		<description>It&#039;s really frustrating that you can&#039;t use LIST in a validation or formula.  We have a custom setting where we store some key ID&#039;s (key users, profiles, record types, etc) that we access all the time for compares, but can&#039;t use them in validations or formulas because it needs to be Hierarchy.  And I can&#039;t think of a simple way to implement the Hierarchy for MULTIPLE IDs without creating fields for each ID desired.</description>
		<content:encoded><![CDATA[<p>It&#8217;s really frustrating that you can&#8217;t use LIST in a validation or formula.  We have a custom setting where we store some key ID&#8217;s (key users, profiles, record types, etc) that we access all the time for compares, but can&#8217;t use them in validations or formulas because it needs to be Hierarchy.  And I can&#8217;t think of a simple way to implement the Hierarchy for MULTIPLE IDs without creating fields for each ID desired.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid M</title>
		<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/comment-page-1/#comment-2045</link>
		<dc:creator>Sid M</dc:creator>
		<pubDate>Mon, 08 Nov 2010 16:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2120#comment-2045</guid>
		<description>I don&#039;t believe you can actually. If you try and perform any DML operations on Custom Setting sObjects you get the following exception:

System.LimitException: DML currently not allowed</description>
		<content:encoded><![CDATA[<p>I don&#8217;t believe you can actually. If you try and perform any DML operations on Custom Setting sObjects you get the following exception:</p>
<p>System.LimitException: DML currently not allowed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/comment-page-1/#comment-447</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2120#comment-447</guid>
		<description>It&#039;s essentially a custom object so you can use the same DML constructs.</description>
		<content:encoded><![CDATA[<p>It&#8217;s essentially a custom object so you can use the same DML constructs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philbo</title>
		<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/comment-page-1/#comment-446</link>
		<dc:creator>Philbo</dc:creator>
		<pubDate>Mon, 15 Mar 2010 18:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2120#comment-446</guid>
		<description>Well and good for ACCESSING custom settings via Apex.  How about UPDATING custom settings via Apex (equiv. to DML)?  Too much to ask?</description>
		<content:encoded><![CDATA[<p>Well and good for ACCESSING custom settings via Apex.  How about UPDATING custom settings via Apex (equiv. to DML)?  Too much to ask?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom F</title>
		<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/comment-page-1/#comment-445</link>
		<dc:creator>Tom F</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2120#comment-445</guid>
		<description>I&#039;m having real trouble with Hierarchical custom settings. I&#039;m using one in custom formula fields. When viewed by and admin or someone with &quot;view all data&quot; ticked they work fine. For the standard users they just get #Error!. It&#039;s definitely the custom setting bit that fails, as replacing it with a string means the formula field works fine. Anyone have any ideas how to debug or fix this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having real trouble with Hierarchical custom settings. I&#8217;m using one in custom formula fields. When viewed by and admin or someone with &#8220;view all data&#8221; ticked they work fine. For the standard users they just get #Error!. It&#8217;s definitely the custom setting bit that fails, as replacing it with a string means the formula field works fine. Anyone have any ideas how to debug or fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Unger</title>
		<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/comment-page-1/#comment-444</link>
		<dc:creator>Rich Unger</dc:creator>
		<pubDate>Tue, 09 Feb 2010 21:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2120#comment-444</guid>
		<description>Yeah, that limitation is due to the way we do caching.  The ability to give you ListCS.getInstance(name) without charging your governor limits for a query comes at the cost of the name fitting into a cache key.</description>
		<content:encoded><![CDATA[<p>Yeah, that limitation is due to the way we do caching.  The ability to give you ListCS.getInstance(name) without charging your governor limits for a query comes at the cost of the name fitting into a cache key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/comment-page-1/#comment-443</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2120#comment-443</guid>
		<description>Thanks for the great comment Jason!!</description>
		<content:encoded><![CDATA[<p>Thanks for the great comment Jason!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/comment-page-1/#comment-442</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2120#comment-442</guid>
		<description>Nice article. One thing that threw me for a loop with Custom Settings is that the Name for a custom setting can only be 38 characters.

Even if you have no settings with a name greater than 38 but try to dynamicaly access a setting with a name that is greater than 38 (URL encoded) you will get a nasty error.

Just a little tip to get in mind, http://community.salesforce.com/sforce/board/message?board.id=apex&amp;message.id=25521&amp;query.id=448039#M25521.</description>
		<content:encoded><![CDATA[<p>Nice article. One thing that threw me for a loop with Custom Settings is that the Name for a custom setting can only be 38 characters.</p>
<p>Even if you have no settings with a name greater than 38 but try to dynamicaly access a setting with a name that is greater than 38 (URL encoded) you will get a nasty error.</p>
<p>Just a little tip to get in mind, <a href="http://community.salesforce.com/sforce/board/message?board.id=apex&amp;message.id=25521&amp;query.id=448039#M25521" rel="nofollow">http://community.salesforce.com/sforce/board/message?board.id=apex&amp;message.id=25521&amp;query.id=448039#M25521</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/comment-page-1/#comment-441</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Mon, 08 Feb 2010 11:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2120#comment-441</guid>
		<description>Nice work Mr. D. When I first heard about custom settings I jumped around jollily for hours on end.. then when I tried to implement them I found the help scarce and confusing. Ctrl+D for this one.</description>
		<content:encoded><![CDATA[<p>Nice work Mr. D. When I first heard about custom settings I jumped around jollily for hours on end.. then when I tried to implement them I found the help scarce and confusing. Ctrl+D for this one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

