<?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: Writing Bulk Triggers for Salesforce.com</title>
	<atom:link href="http://blog.jeffdouglas.com/2009/04/20/writing-bulk-triggers-for-salesforce/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2009/04/20/writing-bulk-triggers-for-salesforce/</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:47:17 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rich</title>
		<link>http://blog.jeffdouglas.com/2009/04/20/writing-bulk-triggers-for-salesforce/comment-page-1/#comment-150</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sun, 21 Jun 2009 00:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=774#comment-150</guid>
		<description>We&#039;re aware of this issue, and it looks like we&#039;ll be addressing it in the next major release.</description>
		<content:encoded><![CDATA[<p>We&#8217;re aware of this issue, and it looks like we&#8217;ll be addressing it in the next major release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://blog.jeffdouglas.com/2009/04/20/writing-bulk-triggers-for-salesforce/comment-page-1/#comment-149</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Tue, 26 May 2009 17:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=774#comment-149</guid>
		<description>Nice résumé :)
great code and it&#039;s wonderfull to see other people having the same problem I have each day ;)

Cheers,
Miguel</description>
		<content:encoded><![CDATA[<p>Nice résumé :)<br />
great code and it&#8217;s wonderfull to see other people having the same problem I have each day ;)</p>
<p>Cheers,<br />
Miguel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://blog.jeffdouglas.com/2009/04/20/writing-bulk-triggers-for-salesforce/comment-page-1/#comment-148</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Wed, 22 Apr 2009 00:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=774#comment-148</guid>
		<description>I posted about my first experience &quot;bulkifying&quot; a trigger.  See &lt;a href=&quot;http://sfdc.arrowpointe.com/2008/09/13/bulkifying-a-trigger-an-example/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt; for a before and after look at a trigger I wrote.

Thought it&#039;d be a good example for people.

Nice post.</description>
		<content:encoded><![CDATA[<p>I posted about my first experience &#8220;bulkifying&#8221; a trigger.  See <a href="http://sfdc.arrowpointe.com/2008/09/13/bulkifying-a-trigger-an-example/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/sfdc.arrowpointe.com/2008/09/13/bulkifying-a-trigger-an-example/?referer=');">this post</a> for a before and after look at a trigger I wrote.</p>
<p>Thought it&#8217;d be a good example for people.</p>
<p>Nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffdonthemic</title>
		<link>http://blog.jeffdouglas.com/2009/04/20/writing-bulk-triggers-for-salesforce/comment-page-1/#comment-147</link>
		<dc:creator>jeffdonthemic</dc:creator>
		<pubDate>Mon, 20 Apr 2009 16:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=774#comment-147</guid>
		<description>David, you are 100% correct regarding the user license. If you run this in a Developer org you will get the dreaded &quot;LICENSE_LIMIT_EXCEEDED&quot; error message. I happened to write this in one of our sandboxes. Thanks for reminding me to clarify this. You can always query for an existing user instead of creating one. I think the license limit should not be taken into account when running tests. I have a sneaky suspicion that you do also. THANKS!</description>
		<content:encoded><![CDATA[<p>David, you are 100% correct regarding the user license. If you run this in a Developer org you will get the dreaded &#8220;LICENSE_LIMIT_EXCEEDED&#8221; error message. I happened to write this in one of our sandboxes. Thanks for reminding me to clarify this. You can always query for an existing user instead of creating one. I think the license limit should not be taken into account when running tests. I have a sneaky suspicion that you do also. THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Schach</title>
		<link>http://blog.jeffdouglas.com/2009/04/20/writing-bulk-triggers-for-salesforce/comment-page-1/#comment-146</link>
		<dc:creator>David Schach</dc:creator>
		<pubDate>Mon, 20 Apr 2009 16:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=774#comment-146</guid>
		<description>Great post, Jeff!
One caveat: To my knowledge, if your org has used all its User licenses, you will not be able to add new users in test code.  However, seeing as you added TWO users successfully, I have to ask: What kind of org did you use for this, and did it have two extra licenses?  Perhaps salesforce.com has removed the limitation without announcing it.
Thanks for this very clear - perfect to use when explaining to newbies.</description>
		<content:encoded><![CDATA[<p>Great post, Jeff!<br />
One caveat: To my knowledge, if your org has used all its User licenses, you will not be able to add new users in test code.  However, seeing as you added TWO users successfully, I have to ask: What kind of org did you use for this, and did it have two extra licenses?  Perhaps salesforce.com has removed the limitation without announcing it.<br />
Thanks for this very clear &#8211; perfect to use when explaining to newbies.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
