<?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: Initiating Actions from Reports</title>
	<atom:link href="http://gokubi.com/archives/initiating-actions-from-reports/feed" rel="self" type="application/rss+xml" />
	<link>http://gokubi.com/archives/initiating-actions-from-reports</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 13:37:32 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TJ</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-2#comment-190765</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Wed, 23 Sep 2009 02:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-190765</guid>
		<description>Is there a way to add a validation box to the delete function? For example, when you click most delete links or buttons in SF, you&#039;ll be prompted with a box asking you if you&#039;re sure you want to delete the record. This formula is awesome, but I&#039;m worried that the delete button will be clicked on accident when someone goes to click edit, and the record will be deleted.</description>
		<content:encoded><![CDATA[<p>Is there a way to add a validation box to the delete function? For example, when you click most delete links or buttons in SF, you&#8217;ll be prompted with a box asking you if you&#8217;re sure you want to delete the record. This formula is awesome, but I&#8217;m worried that the delete button will be clicked on accident when someone goes to click edit, and the record will be deleted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-2#comment-189687</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Fri, 11 Sep 2009 10:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-189687</guid>
		<description>it works really good..thanks</description>
		<content:encoded><![CDATA[<p>it works really good..thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Lally</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-2#comment-128865</link>
		<dc:creator>Brendan Lally</dc:creator>
		<pubDate>Wed, 10 Sep 2008 22:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-128865</guid>
		<description>Duh! I had set it up  as   New field, Text, formula, Hyperlink
needed 2b                     New Field, Formula, Text, Hyperlink

Lal</description>
		<content:encoded><![CDATA[<p>Duh! I had set it up  as   New field, Text, formula, Hyperlink<br />
needed 2b                     New Field, Formula, Text, Hyperlink</p>
<p>Lal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Lally</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-128843</link>
		<dc:creator>Brendan Lally</dc:creator>
		<pubDate>Wed, 10 Sep 2008 20:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-128843</guid>
		<description>I am creating an example the same as yours on a custom object.
I am creating a custom field, type text, size=250 and then using
HYPERLINK(&quot;anywhere&quot; , &quot;Do stuff&quot;)

I am getting    Error: Function HYPERLINK may not be used in this type of formula

any ideas?
in developer edition

Lal</description>
		<content:encoded><![CDATA[<p>I am creating an example the same as yours on a custom object.<br />
I am creating a custom field, type text, size=250 and then using<br />
HYPERLINK(&#8220;anywhere&#8221; , &#8220;Do stuff&#8221;)</p>
<p>I am getting    Error: Function HYPERLINK may not be used in this type of formula</p>
<p>any ideas?<br />
in developer edition</p>
<p>Lal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ksenya</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-83032</link>
		<dc:creator>Ksenya</dc:creator>
		<pubDate>Tue, 26 Feb 2008 22:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-83032</guid>
		<description>This is really awesome, thanks for the tip!</description>
		<content:encoded><![CDATA[<p>This is really awesome, thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-13454</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 30 Jan 2007 20:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-13454</guid>
		<description>Yes you could. Just create a formula field on Activities and use the WhoId field, which will be either the Contact Id or the Lead Id of the person the Activity is related to. The link you create will only show on the detail page of  the task. To get all Winter &#039;07 on it, you could create a button on the Task that calls the URL. Then each Task would have Edit &#124; Delete &#124; Add Contact to Campaign as buttons across the top. Check out the Winter 07 documentation to try that out.</description>
		<content:encoded><![CDATA[<p>Yes you could. Just create a formula field on Activities and use the WhoId field, which will be either the Contact Id or the Lead Id of the person the Activity is related to. The link you create will only show on the detail page of  the task. To get all Winter &#8216;07 on it, you could create a button on the Task that calls the URL. Then each Task would have Edit | Delete | Add Contact to Campaign as buttons across the top. Check out the Winter 07 documentation to try that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-13453</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 30 Jan 2007 20:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-13453</guid>
		<description>I think this is great.  However, I have a slightly different question.  We&#039;re trying to manage everything from within the Tasks.  

Is there a way to use the above to allow a user to update Member Status from within a Task?  They want to avoid any extra mouse clicks, such as going to the Contact/Lead record and clicking Edit on the Campaign listed in their Campaign History.


Thank you</description>
		<content:encoded><![CDATA[<p>I think this is great.  However, I have a slightly different question.  We&#8217;re trying to manage everything from within the Tasks.  </p>
<p>Is there a way to use the above to allow a user to update Member Status from within a Task?  They want to avoid any extra mouse clicks, such as going to the Contact/Lead record and clicking Edit on the Campaign listed in their Campaign History.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-13087</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 26 Jan 2007 23:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-13087</guid>
		<description>If you set up the Add to Campaign button like it&#039;s shown above, it should drop you on the choose member status page.</description>
		<content:encoded><![CDATA[<p>If you set up the Add to Campaign button like it&#8217;s shown above, it should drop you on the choose member status page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-13060</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 26 Jan 2007 21:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-13060</guid>
		<description>Nice work on this one! - I&#039;ve got it up and running. I&#039;m trying to create the same but the URL I actually want to go to when I click the link is the next step, to assign the member status.

How would I do this?</description>
		<content:encoded><![CDATA[<p>Nice work on this one! &#8211; I&#8217;ve got it up and running. I&#8217;m trying to create the same but the URL I actually want to go to when I click the link is the next step, to assign the member status.</p>
<p>How would I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-1589</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 29 Sep 2006 15:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-1589</guid>
		<description>Glad you found the post helpful! I agree, users are a great source of tips and cool ideas.</description>
		<content:encoded><![CDATA[<p>Glad you found the post helpful! I agree, users are a great source of tips and cool ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-1585</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 29 Sep 2006 11:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-1585</guid>
		<description>The sf user community is salesforce.com&#039;s greatest asset. Your tips were very helpful and I put them to use immediately.

Thanx,
Paul</description>
		<content:encoded><![CDATA[<p>The sf user community is salesforce.com&#8217;s greatest asset. Your tips were very helpful and I put them to use immediately.</p>
<p>Thanx,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-1354</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 23 Aug 2006 23:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-1354</guid>
		<description>An actual delete link on a regular sf.com page looks like this:
&lt;pre&gt;
onclick=&quot;if (window.confirm(&#039;Are you sure?&#039;)) window.location=&#039;/setup/own/deleteredirect.jsp?retURL=%2F003%2Fo&amp;delID=0034000000Kysil&#039;&quot;
&lt;/pre&gt;

I haven&#039;t tried this, but you might be able to insert the js popup as in this example...

Good point!</description>
		<content:encoded><![CDATA[<p>An actual delete link on a regular sf.com page looks like this:</p>
<pre>
onclick="if (window.confirm('Are you sure?')) window.location='/setup/own/deleteredirect.jsp?retURL=%2F003%2Fo&#038;delID=0034000000Kysil'"
</pre>
<p>I haven&#8217;t tried this, but you might be able to insert the js popup as in this example&#8230;</p>
<p>Good point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petyr</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-1353</link>
		<dc:creator>petyr</dc:creator>
		<pubDate>Wed, 23 Aug 2006 22:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-1353</guid>
		<description>First, great Tool.

Second, to Gary&#039;s point. This there any way to include in the formula a pop-up box that would warn the end user they are about to delete data?  This would be the icing on the cake to an already cool functionality.

If it has to be done via an s-control, any idea how that would work?
Thanks,
p</description>
		<content:encoded><![CDATA[<p>First, great Tool.</p>
<p>Second, to Gary&#8217;s point. This there any way to include in the formula a pop-up box that would warn the end user they are about to delete data?  This would be the icing on the cake to an already cool functionality.</p>
<p>If it has to be done via an s-control, any idea how that would work?<br />
Thanks,<br />
p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-1336</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 16 Aug 2006 19:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-1336</guid>
		<description>Sorry, Figured out the redirect issue</description>
		<content:encoded><![CDATA[<p>Sorry, Figured out the redirect issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane</title>
		<link>http://gokubi.com/archives/initiating-actions-from-reports/comment-page-1#comment-1250</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Tue, 25 Jul 2006 12:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=233#comment-1250</guid>
		<description>Thanks so much for this neat little trick! I created two - one with the Delete part and one without, like Gary suggested. Keep up the great stuff and thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this neat little trick! I created two &#8211; one with the Delete part and one without, like Gary suggested. Keep up the great stuff and thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
