<?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: Making Owner available in Formulas</title>
	<atom:link href="http://theEnforcer.net/2010/06/making-owner-available-in-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://theEnforcer.net/2010/06/making-owner-available-in-formulas/</link>
	<description>a force.com blog</description>
	<lastBuildDate>Tue, 17 Jan 2012 23:35:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: The Enforcer</title>
		<link>http://theEnforcer.net/2010/06/making-owner-available-in-formulas/comment-page-1/#comment-71403</link>
		<dc:creator>The Enforcer</dc:creator>
		<pubDate>Sat, 29 Oct 2011 06:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://theEnforcer.net/?p=228#comment-71403</guid>
		<description>I&#039;d have to see your code or data to know what&#039;s going wrong.

I&#039;d suggest writing some code via the System Log to test what&#039;s happening, much along the line of the tests. Try and retrieve a record and look at the value of the link.

Boy, it&#039;s been so long since I wrote that blog that I don&#039;t even remember writing it! :)</description>
		<content:encoded><![CDATA[<p>I&#8217;d have to see your code or data to know what&#8217;s going wrong.</p>
<p>I&#8217;d suggest writing some code via the System Log to test what&#8217;s happening, much along the line of the tests. Try and retrieve a record and look at the value of the link.</p>
<p>Boy, it&#8217;s been so long since I wrote that blog that I don&#8217;t even remember writing it! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gauravp</title>
		<link>http://theEnforcer.net/2010/06/making-owner-available-in-formulas/comment-page-1/#comment-71401</link>
		<dc:creator>Gauravp</dc:creator>
		<pubDate>Wed, 26 Oct 2011 22:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://theEnforcer.net/?p=228#comment-71401</guid>
		<description>I tried your technique and could access and insert Owner name in the formula field. However, no values are being returned when I test it out. Anything I am doing wrong? attached link has the screenshot. http://tinypic.com/r/2qbgcvk/5</description>
		<content:encoded><![CDATA[<p>I tried your technique and could access and insert Owner name in the formula field. However, no values are being returned when I test it out. Anything I am doing wrong? attached link has the screenshot. <a href="http://tinypic.com/r/2qbgcvk/5" rel="nofollow">http://tinypic.com/r/2qbgcvk/5</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://theEnforcer.net/2010/06/making-owner-available-in-formulas/comment-page-1/#comment-71278</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Tue, 18 Jan 2011 18:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://theEnforcer.net/?p=228#comment-71278</guid>
		<description>Hi again John,

since I like your blog and keep finding useful stuff here, I&#039;m happy to share with you a small improvement I did to your code. The test method failed on my org, since it was using an inactive user. Therefore I modified line 6 like this:

User[] users = [select Id from User where Isactive= True limit 2];

Now it works fine. May be you want to publish this.

Thanks again,
Niels</description>
		<content:encoded><![CDATA[<p>Hi again John,</p>
<p>since I like your blog and keep finding useful stuff here, I&#8217;m happy to share with you a small improvement I did to your code. The test method failed on my org, since it was using an inactive user. Therefore I modified line 6 like this:</p>
<p>User[] users = [select Id from User where Isactive= True limit 2];</p>
<p>Now it works fine. May be you want to publish this.</p>
<p>Thanks again,<br />
Niels</p>
]]></content:encoded>
	</item>
</channel>
</rss>

