<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Progmatic Access to Salesforce.com Reports</title>
	<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/</link>
	<description>The Salesforce Heretic - Pushing the limits of On-Demand CRM</description>
	<pubDate>Tue, 06 Jan 2009 01:30:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Ryan</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-25885</link>
		<pubDate>Mon, 14 May 2007 18:57:52 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-25885</guid>
					<description>Has anyone figured out how to determine the datatypes of the results or sources (entities) from which the reports are derrived?</description>
		<content:encoded><![CDATA[<p>Has anyone figured out how to determine the datatypes of the results or sources (entities) from which the reports are derrived?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Christopher</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-9233</link>
		<pubDate>Wed, 24 Jan 2007 10:15:36 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-9233</guid>
					<description>Been working on this again and would like to add the url to get the printable view.  All you need to do is add excel=1.

e.g.
https://na1.salesforce.com/00O30000000xxxx?excel=1

Make sure your browser has the correct permissions</description>
		<content:encoded><![CDATA[<p>Been working on this again and would like to add the url to get the printable view.  All you need to do is add excel=1.</p>
<p>e.g.<br />
<a href='https://na1.salesforce.com/00O30000000xxxx?excel=1' rel='nofollow'>https://na1.salesforce.com/00O30000000xxxx?excel=1</a></p>
<p>Make sure your browser has the correct permissions
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SalesForceWatch.com</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-1802</link>
		<pubDate>Wed, 23 Aug 2006 20:15:14 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-1802</guid>
					<description>&lt;strong&gt;Report Scraping...&lt;/strong&gt;

Back in April, the Salesforce Heretic, wrote up a method to programatically pull data out of Salesforce.com reprots (covered here). Gareth Davies, founder and CEO of Upside-Outcomes (covered by Salesforce here), recently sent me a note that he created ...</description>
		<content:encoded><![CDATA[<p><strong>Report Scraping&#8230;</strong></p>
<p>Back in April, the Salesforce Heretic, wrote up a method to programatically pull data out of Salesforce.com reprots (covered here). Gareth Davies, founder and CEO of Upside-Outcomes (covered by Salesforce here), recently sent me a note that he created &#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: LaurentM</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-1090</link>
		<pubDate>Fri, 04 Aug 2006 07:08:47 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-1090</guid>
					<description>I try to get XML document but each time, i have the following exception :  Server returned HTTP response code: 500 for URL: https://na1.salesforce.com/servlet/servlet.ReportList.
However i have had the cookie named "sid" with my SessionId as value. I have verified that cookie is well registered in my browser. When i go to this url when i'm logged i can see the XML document in the browser.

I think it's a problem with my cookie.
Someone can help me please? 
Thanks</description>
		<content:encoded><![CDATA[<p>I try to get XML document but each time, i have the following exception :  Server returned HTTP response code: 500 for URL: <a href='https://na1.salesforce.com/servlet/servlet.ReportList.' rel='nofollow'>https://na1.salesforce.com/servlet/servlet.ReportList.</a><br />
However i have had the cookie named &#8220;sid&#8221; with my SessionId as value. I have verified that cookie is well registered in my browser. When i go to this url when i&#8217;m logged i can see the XML document in the browser.</p>
<p>I think it&#8217;s a problem with my cookie.<br />
Someone can help me please?<br />
Thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: heretic</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-1054</link>
		<pubDate>Wed, 02 Aug 2006 15:43:53 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-1054</guid>
					<description>Tinman44 - Unfortunately I don't use JS internally to access the document, but I belive that if the user is actually logged into the UI the cookie should be set automatically for the outbound XMLRequest. I could be wrong.

passtu - Not that I'm aware of, and that's something I'd be highly surprised to see exposed. My impression is that  the only reason this information is exposed is because it is needed for the SFDC Excel plugin. Because that tool doens't need to know the information at that detail, it's probibly not exposed.</description>
		<content:encoded><![CDATA[<p>Tinman44 - Unfortunately I don&#8217;t use JS internally to access the document, but I belive that if the user is actually logged into the UI the cookie should be set automatically for the outbound XMLRequest. I could be wrong.</p>
<p>passtu - Not that I&#8217;m aware of, and that&#8217;s something I&#8217;d be highly surprised to see exposed. My impression is that  the only reason this information is exposed is because it is needed for the SFDC Excel plugin. Because that tool doens&#8217;t need to know the information at that detail, it&#8217;s probibly not exposed.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: passtu</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-1043</link>
		<pubDate>Tue, 01 Aug 2006 18:53:45 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-1043</guid>
					<description>The article is very helpful. Thanks for sharing, heretic.
However, the csv format data is not enough for me. I want more lower level information, such as "query string used to generate the report", "name of tables and columns and conditions used to generate the report", etc. Is it possible for me to access these infomation from some URL?
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>The article is very helpful. Thanks for sharing, heretic.<br />
However, the csv format data is not enough for me. I want more lower level information, such as &#8220;query string used to generate the report&#8221;, &#8220;name of tables and columns and conditions used to generate the report&#8221;, etc. Is it possible for me to access these infomation from some URL?<br />
Thanks in advance.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tinman44</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-967</link>
		<pubDate>Thu, 27 Jul 2006 18:52:06 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-967</guid>
					<description>So at the risk  of sounding like a total newbie how would you go about doing that? I have my cookie set on my page. I am just falling down at how I would "send that cookie":

sforceClient.login('user','password');
document.cookie = "sid=" +sforceClient.sessionId;

then how do I get it in the XMLhttpREquest?</description>
		<content:encoded><![CDATA[<p>So at the risk  of sounding like a total newbie how would you go about doing that? I have my cookie set on my page. I am just falling down at how I would &#8220;send that cookie&#8221;:</p>
<p>sforceClient.login(&#8217;user&#8217;,'password&#8217;);<br />
document.cookie = &#8220;sid=&#8221; +sforceClient.sessionId;</p>
<p>then how do I get it in the XMLhttpREquest?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: heretic</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-966</link>
		<pubDate>Thu, 27 Jul 2006 18:29:39 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-966</guid>
					<description>Tinman44 -- It looks like you are just setting an HTTP header with the sid in it... What you need to do is set a cookie and send the sid as a cookie (named sid).</description>
		<content:encoded><![CDATA[<p>Tinman44 &#8212; It looks like you are just setting an HTTP header with the sid in it&#8230; What you need to do is set a cookie and send the sid as a cookie (named sid).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tinman44</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-964</link>
		<pubDate>Thu, 27 Jul 2006 17:30:36 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-964</guid>
					<description>I love the info!

However I am having some issues setting the SID in my XMLHttpRequest call. Wondering if you can give me some pointers? 

http2.open('get', 'https://na1.salesforce.com/servlet/servlet.ReportList', true); 
http2.setRequestHeader("sid", sforceClient.sessionId);
http2.onreadystatechange = handleResponse2;
http2.send(null);

Thanks in advance for any help</description>
		<content:encoded><![CDATA[<p>I love the info!</p>
<p>However I am having some issues setting the SID in my XMLHttpRequest call. Wondering if you can give me some pointers? </p>
<p>http2.open(&#8217;get&#8217;, &#8216;https://na1.salesforce.com/servlet/servlet.ReportList&#8217;, true);<br />
http2.setRequestHeader(&#8221;sid&#8221;, sforceClient.sessionId);<br />
http2.onreadystatechange = handleResponse2;<br />
http2.send(null);</p>
<p>Thanks in advance for any help
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Gareth Davies</title>
		<link>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-182</link>
		<pubDate>Tue, 16 May 2006 12:13:40 +0000</pubDate>
		<guid>http://sfdc-heretic.warped-minds.com/2006/04/10/progmatic-access-to-salesforcecom-reports/#comment-182</guid>
					<description>We just implemented your report reader hack in c#. Works a treat. We are considering opensourcing these classes - if you think we should please let me know!

Cheers
Gareth.</description>
		<content:encoded><![CDATA[<p>We just implemented your report reader hack in c#. Works a treat. We are considering opensourcing these classes - if you think we should please let me know!</p>
<p>Cheers<br />
Gareth.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
