<?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 for Dean Haddock</title>
	<atom:link href="http://deanhaddock.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://deanhaddock.com</link>
	<description></description>
	<lastBuildDate>Mon, 13 Feb 2012 13:57:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on SugarCRM SOAP Examples by Joe</title>
		<link>http://deanhaddock.com/sugarcrm-soap-examples-2/#comment-1933</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 13 Feb 2012 13:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://deanhaddock.com/mercury/?p=370#comment-1933</guid>
		<description>Hi Dean, 

Your examples are helpful. I am new to PHP and tasked with uploading data from our ERP system into Sugar. I am getting the following error:
Parse error: syntax error, unexpected T_DNUMBER, expecting &#039;)&#039; in C:\Documents and Settings\FAVARJ\My Documents\My Web Sites\PHP Project\Include\test1.php on line 17 

Below is the code. Any help would be appreciated. I am using Eclipse Helios as my IDE.




 &#039;http://localhost:60868/index.php?module=Home&amp;action=index/sugarcrm/soap.php&#039;,
        &quot;uri&quot; =&gt; &#039;http://www.sugarcrm.com/sugarcrm&#039;,
        &quot;trace&quot; =&gt; 1
        );
        
//user authentication array
$user_auth = array(
“user_name” =&gt; ‘root’,
“password” =&gt; MD5(‘admin’),
“version” =&gt; ‘.01′);

// connect to soap server
$client = new SoapClient(NULL, $options);

// Login to SugarCRM
$response-&gt;id = $client-&gt;login($user_auth,’test’);

$session_id = $response-&gt;id;

// look what modules sugar exposes
$response = $client-&gt;get_available_modules($session_id);

// look in more detail at the fields in a module
$response = $client-&gt;get_module_fields($session_id, ‘Accounts’);

var_dump($response);

echo ($response);
echo(&quot;above is the repsonse&quot;);

?&gt;


</description>
		<content:encoded><![CDATA[<p>Hi Dean, </p>
<p>Your examples are helpful. I am new to PHP and tasked with uploading data from our ERP system into Sugar. I am getting the following error:<br />
Parse error: syntax error, unexpected T_DNUMBER, expecting &#8216;)&#8217; in C:\Documents and Settings\FAVARJ\My Documents\My Web Sites\PHP Project\Include\test1.php on line 17 </p>
<p>Below is the code. Any help would be appreciated. I am using Eclipse Helios as my IDE.</p>
<p> &#8216;<a href="http://localhost:60868/index.php?module=Home&#038;action=index/sugarcrm/soap.php&#039;" rel="nofollow">http://localhost:60868/index.php?module=Home&#038;action=index/sugarcrm/soap.php&#039;</a>,<br />
        &#8220;uri&#8221; =&gt; &#8216;<a href="http://www.sugarcrm.com/sugarcrm&#039;" rel="nofollow">http://www.sugarcrm.com/sugarcrm&#039;</a>,<br />
        &#8220;trace&#8221; =&gt; 1<br />
        );</p>
<p>//user authentication array<br />
$user_auth = array(<br />
“user_name” =&gt; ‘root’,<br />
“password” =&gt; MD5(‘admin’),<br />
“version” =&gt; ‘.01′);</p>
<p>// connect to soap server<br />
$client = new SoapClient(NULL, $options);</p>
<p>// Login to SugarCRM<br />
$response-&gt;id = $client-&gt;login($user_auth,’test’);</p>
<p>$session_id = $response-&gt;id;</p>
<p>// look what modules sugar exposes<br />
$response = $client-&gt;get_available_modules($session_id);</p>
<p>// look in more detail at the fields in a module<br />
$response = $client-&gt;get_module_fields($session_id, ‘Accounts’);</p>
<p>var_dump($response);</p>
<p>echo ($response);<br />
echo(&#8220;above is the repsonse&#8221;);</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SugarCRM SOAP Examples Pt. 3: Upload a File via SOAP API by WP-plugin</title>
		<link>http://deanhaddock.com/sugarcrm-soap-examples-pt-3-upload-a-file-via-soap-api-2/#comment-93</link>
		<dc:creator>WP-plugin</dc:creator>
		<pubDate>Mon, 19 Sep 2011 20:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://systemsconsciousness.com/?p=1055#comment-93</guid>
		<description>I don&#039;t know if this is the right place to post this but this site is perfect for that free plugin &lt;a title=&quot;Download WP-Leads Wordpress plugin&quot; href=&quot;http://theleadtree.com/wp-leads/&quot; rel=&quot;nofollow&quot;&gt;WP-Leads&lt;/a&gt;. It turns your Wordpress into a full working lead management porthole! It&#039;s kinda like Salesforce but in the privacy of your own site... salesforce is way too expensive anyways and this one&#039;s free. Try it, you&#039;ll be glad you did :-)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if this is the right place to post this but this site is perfect for that free plugin <a title="Download WP-Leads WordPress plugin" href="http://theleadtree.com/wp-leads/" rel="nofollow">WP-Leads</a>. It turns your WordPress into a full working lead management porthole! It&#8217;s kinda like Salesforce but in the privacy of your own site&#8230; salesforce is way too expensive anyways and this one&#8217;s free. Try it, you&#8217;ll be glad you did <img src='http://deanhaddock.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SugarCRM SOAP Examples by Hazz</title>
		<link>http://deanhaddock.com/sugarcrm-soap-examples-2/#comment-41</link>
		<dc:creator>Hazz</dc:creator>
		<pubDate>Thu, 10 Mar 2011 16:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://deanhaddock.com/mercury/?p=370#comment-41</guid>
		<description>Question... Is it possible to make a relationship between a lead and a contact, or account?</description>
		<content:encoded><![CDATA[<p>Question&#8230; Is it possible to make a relationship between a lead and a contact, or account?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SugarCRM SOAP Examples by Hazz</title>
		<link>http://deanhaddock.com/sugarcrm-soap-examples-2/#comment-40</link>
		<dc:creator>Hazz</dc:creator>
		<pubDate>Thu, 10 Mar 2011 14:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://deanhaddock.com/mercury/?p=370#comment-40</guid>
		<description>Awesome! You made my day and everything works excellent! Thanks man!</description>
		<content:encoded><![CDATA[<p>Awesome! You made my day and everything works excellent! Thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Fusion Tables and Charts Example by Dean</title>
		<link>http://deanhaddock.com/google-fusion-tables-and-charts-example/#comment-69</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Mon, 20 Dec 2010 15:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://systemsconsciousness.com/?p=34383#comment-69</guid>
		<description>Hi Muhammad,

Ok--this is fairly straight forward. You just go into the fusion tables and click &#039;visualize&#039; and then map. Fusion tables will provide an embeddable object for you. I haven&#039;t yet worked with an API to sync directly between maps and fusion tables, but I can at least tell you that the main hurtles are:

1) Converting addresses to geo code. Maps won&#039;t map anything but geo code.

2) Reading in XML vs programmatically telling maps to plot something. It seems you can only post a few plots on a map unless the map is pulling from XML.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Muhammad,</p>
<p>Ok&#8211;this is fairly straight forward. You just go into the fusion tables and click &#8216;visualize&#8217; and then map. Fusion tables will provide an embeddable object for you. I haven&#8217;t yet worked with an API to sync directly between maps and fusion tables, but I can at least tell you that the main hurtles are:</p>
<p>1) Converting addresses to geo code. Maps won&#8217;t map anything but geo code.</p>
<p>2) Reading in XML vs programmatically telling maps to plot something. It seems you can only post a few plots on a map unless the map is pulling from XML.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Fusion Tables and Charts Example by MUHAMMAD SALMAN</title>
		<link>http://deanhaddock.com/google-fusion-tables-and-charts-example/#comment-68</link>
		<dc:creator>MUHAMMAD SALMAN</dc:creator>
		<pubDate>Sun, 19 Dec 2010 12:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://systemsconsciousness.com/?p=34383#comment-68</guid>
		<description>Hi , thanks for your fusion table introduction.
I want to know that how can i interact with fusion tables with the google maps.</description>
		<content:encoded><![CDATA[<p>Hi , thanks for your fusion table introduction.<br />
I want to know that how can i interact with fusion tables with the google maps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SugarCRM SOAP Examples Pt. 2: Queries and Google Charts by Tayfun Demirbilek</title>
		<link>http://deanhaddock.com/sugarcrm-soap-examples-pt-2/#comment-44</link>
		<dc:creator>Tayfun Demirbilek</dc:creator>
		<pubDate>Tue, 07 Dec 2010 13:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://systemsconsciousness.com/?p=874#comment-44</guid>
		<description>Good example but novice user will be puzzled with $total_num being unassigned.
Add below on top of maths.
$total_num = $active_num + $dormant_num + $closed_num + $closedwon_num + $closedlost_num;</description>
		<content:encoded><![CDATA[<p>Good example but novice user will be puzzled with $total_num being unassigned.<br />
Add below on top of maths.<br />
$total_num = $active_num + $dormant_num + $closed_num + $closedwon_num + $closedlost_num;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SugarCRM SOAP Examples by pawan</title>
		<link>http://deanhaddock.com/sugarcrm-soap-examples-2/#comment-39</link>
		<dc:creator>pawan</dc:creator>
		<pubDate>Wed, 17 Nov 2010 07:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://deanhaddock.com/mercury/?p=370#comment-39</guid>
		<description>Hi Dean,
        Can you help me to make logic hook for accessing data from Oracle ERP. As i am new to sugarcrm. i saw your link.that was interesting but i could not make it. Please share your knowledge on this.</description>
		<content:encoded><![CDATA[<p>Hi Dean,<br />
        Can you help me to make logic hook for accessing data from Oracle ERP. As i am new to sugarcrm. i saw your link.that was interesting but i could not make it. Please share your knowledge on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SugarCRM SOAP Examples by Dean Haddock</title>
		<link>http://deanhaddock.com/sugarcrm-soap-examples-2/#comment-38</link>
		<dc:creator>Dean Haddock</dc:creator>
		<pubDate>Mon, 08 Nov 2010 14:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://deanhaddock.com/mercury/?p=370#comment-38</guid>
		<description>Hey Harshdeep--

You&#039;re going to want to look into logic hooks. They are pretty simple to build if you go through one of the tutorials. I&#039;m using 5.5.4, so I look here: https://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/5.5/-docs-Developer_Guides-Sugar_Developer_Guide_5.5.1-Chapter%204%20Customizing%20Sugar.html#9000567

(Just make sure you are following the upgrade-safe guidelines.)

Cheers,
Dean</description>
		<content:encoded><![CDATA[<p>Hey Harshdeep&#8211;</p>
<p>You&#8217;re going to want to look into logic hooks. They are pretty simple to build if you go through one of the tutorials. I&#8217;m using 5.5.4, so I look here: <a href="https://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/5.5/-docs-Developer_Guides-Sugar_Developer_Guide_5.5.1-Chapter%204%20Customizing%20Sugar.html#9000567" rel="nofollow">https://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/5.5/-docs-Developer_Guides-Sugar_Developer_Guide_5.5.1-Chapter%204%20Customizing%20Sugar.html#9000567</a></p>
<p>(Just make sure you are following the upgrade-safe guidelines.)</p>
<p>Cheers,<br />
Dean</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SugarCRM SOAP Examples by Harshdeep</title>
		<link>http://deanhaddock.com/sugarcrm-soap-examples-2/#comment-37</link>
		<dc:creator>Harshdeep</dc:creator>
		<pubDate>Mon, 08 Nov 2010 08:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://deanhaddock.com/mercury/?p=370#comment-37</guid>
		<description>great article buddy!! I have another problem. i need to consume an external webservice and get some data from an Oracle Database and show it in CRM&#039;s Account Module.
How can i make it possible? Please suggest!!
Thanks</description>
		<content:encoded><![CDATA[<p>great article buddy!! I have another problem. i need to consume an external webservice and get some data from an Oracle Database and show it in CRM&#8217;s Account Module.<br />
How can i make it possible? Please suggest!!<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

