<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>WDCi Blogs</title>
	<atom:link href="http://blog.wdcigroup.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wdcigroup.net</link>
	<description></description>
	<pubDate>Tue, 27 Jul 2010 23:50:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>TIM&#8217;s Tip: Netsuite Integration - Unset a field</title>
		<link>http://blog.wdcigroup.net/2010/07/tims-tip-netsuite-integration-unset-a-field/</link>
		<comments>http://blog.wdcigroup.net/2010/07/tims-tip-netsuite-integration-unset-a-field/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 23:50:47 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[Integration Corner]]></category>

		<category><![CDATA[Netsuite]]></category>

		<category><![CDATA[netsuite integration]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=137</guid>
		<description><![CDATA[When building or developing an integration to Netsuite, you may need to unset a field.
For system fields and custom fields, the approach is different.
For system fields, you can send an empty phone tag to Netsuite. For example:

For custom fields, you need to use the add the custom field ID into nullFieldList. For example (custentity4):

]]></description>
			<content:encoded><![CDATA[<p>When building or developing an integration to Netsuite, you may need to unset a field.</p>
<p>For system fields and custom fields, the approach is different.</p>
<p>For system fields, you can send an empty <strong>phone tag</strong> to Netsuite. For example:<br />
<a href="http://blog.wdcigroup.net/wp-content/uploads/2010/06/empty-phone.png"><img class="aligncenter size-full wp-image-138" title="empty-phone" src="http://blog.wdcigroup.net/wp-content/uploads/2010/06/empty-phone.png" alt="" width="500" height="197" /></a></p>
<p>For custom fields, you need to use the add the custom field ID into <strong>nullFieldList</strong>. For example (custentity4):</p>
<p><a href="http://blog.wdcigroup.net/wp-content/uploads/2010/06/empty-cf.png"><img class="aligncenter size-medium wp-image-139" title="empty-cf" src="http://blog.wdcigroup.net/wp-content/uploads/2010/06/empty-cf-300x124.png" alt="" width="300" height="124" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/07/tims-tip-netsuite-integration-unset-a-field/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TIM’s Tip: Magento Integration</title>
		<link>http://blog.wdcigroup.net/2010/07/tim%e2%80%99s-tip-magento-integration/</link>
		<comments>http://blog.wdcigroup.net/2010/07/tim%e2%80%99s-tip-magento-integration/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 23:39:15 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[Integration Corner]]></category>

		<category><![CDATA[greatplains integration]]></category>

		<category><![CDATA[magento]]></category>

		<category><![CDATA[magento integration]]></category>

		<category><![CDATA[netsuite integration]]></category>

		<category><![CDATA[salesforce integration]]></category>

		<category><![CDATA[smartturn integration]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=132</guid>
		<description><![CDATA[
if your application is not listed in Magento connect or  you need to build a custom integration process, here are some options that you may find helpful:
Magento API
You can access the majority of the modules using the Magento Core API. It supports both SOAP and XML RPC protocols.  In addtion you can also create [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://www.magentocommerce.com/img/logo.gif" alt="" width="171" height="47" /></p>
<p>if your application is not listed in <a href="http://www.magentocommerce.com/magento-connect" target="_blank">Magento connect </a>or  you need to build a custom integration process, here are some options that you may find helpful:</p>
<p><span style="text-decoration: underline;"><strong>Magento API</strong></span></p>
<p>You can access the majority of the modules using the <a href="http://www.magentocommerce.com/support/magento_core_api">Magento Core API</a>. It supports both SOAP and XML RPC protocols.  In addtion you can also <a href="http://www.magentocommerce.com/wiki/doc/webservices-api/custom-api">create your own API.</a></p>
<p><span style="text-decoration: underline;"><strong>Magento Database (Mysql)</strong></span></p>
<p>If you are connecting to Magento via the database, it&#8217;s important to study the relational diagram in advance and understand the dependencies. This approach will be vulnerable if the database schema changes during future upgrades, requiring you to update your integration as well.</p>
<p><span style="text-decoration: underline;"><strong>Integration Platform</strong></span></p>
<p>In addition to the approaches described above, you can also integrate to Magento using an integration platform such as <a href="http://www.boomi.com">Boomi Atomsphere</a>. Boomi uses an XML format to interchange data between applications. This approach results in a robust and easily maintained integration.</p>
<p>Any form of use-case with Magento can be integrated. Here are some use-case scenarios that we have implemented to date:</p>
<ul>
<li>Integrate Mangento with GreatPlains (CRM/ERP)</li>
<li>Integrate Mangento with SmartTurn (Inventory Management Software)</li>
<li>Integrate Magento with Netsuite (CRM/ERP)</li>
<li>Integrate Magento with Salesforce (CRM)</li>
</ul>
<p>If you need any more details on how to integrate with Magento feel free to <a href="http://www.wdcigroup.net/contactus.html?origin=Blog" target="_blank">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/07/tim%e2%80%99s-tip-magento-integration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy Birthday WDCi</title>
		<link>http://blog.wdcigroup.net/2010/07/happy-birthday-wdci/</link>
		<comments>http://blog.wdcigroup.net/2010/07/happy-birthday-wdci/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 21:45:48 +0000</pubDate>
		<dc:creator>Deborah Brook</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[WDCi 50 customers]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=153</guid>
		<description><![CDATA[Time to blow our trumpet and party (briefly) before we get on with it.

Happy birthday to the WDCi team.  2 years old, 50+ global customers and the opportunity to work with some really great people.
Thanks to the team, and more importantly thanks to our customers for making it all happen and laughing with us along [...]]]></description>
			<content:encoded><![CDATA[<p>Time to blow our trumpet and party (briefly) before we get on with it.</p>
<p><a href="http://blog.wdcigroup.net/wp-content/uploads/2010/07/rio-party-boy.png"><img class="alignnone size-medium wp-image-154" title="rio-party-boy" src="http://blog.wdcigroup.net/wp-content/uploads/2010/07/rio-party-boy-300x246.png" alt="" width="300" height="246" /></a></p>
<p>Happy birthday to the WDCi team.  2 years old, 50+ global customers and the opportunity to work with some really great people.</p>
<p>Thanks to the team, and more importantly thanks to our customers for making it all happen and laughing with us along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/07/happy-birthday-wdci/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TIM&#8217;s Tip: Saasu Integration for Activities and Combo Item</title>
		<link>http://blog.wdcigroup.net/2010/07/tims-tip-saasu-integration-for-activities-and-combo-item/</link>
		<comments>http://blog.wdcigroup.net/2010/07/tims-tip-saasu-integration-for-activities-and-combo-item/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:30:32 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[Integration Corner]]></category>

		<category><![CDATA[boomi]]></category>

		<category><![CDATA[boomi integration]]></category>

		<category><![CDATA[saasu]]></category>

		<category><![CDATA[saasu integration]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=151</guid>
		<description><![CDATA[We have upgraded our Saasu Connector by implementing the newly released API by Saasu:

Activities : CRUD
ComboItem: CRUD

This implementation is important in one of our recent project. Feel free to check out the use case here.
]]></description>
			<content:encoded><![CDATA[<p>We have upgraded our Saasu Connector by implementing the <a href="http://help.saasu.com/api" target="_blank">newly released API by Saasu</a>:</p>
<ul>
<li>Activities : CRUD</li>
<li>ComboItem: CRUD</li>
</ul>
<p>This implementation is important in one of our recent project. Feel free to check out the use case <a href="http://wdcigroup.net/wedidintegration_forcecomsaasu.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/07/tims-tip-saasu-integration-for-activities-and-combo-item/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Check out our Salesforce-JIRA Studio demo</title>
		<link>http://blog.wdcigroup.net/2010/07/check-out-our-salesforce-jira-studio-demo/</link>
		<comments>http://blog.wdcigroup.net/2010/07/check-out-our-salesforce-jira-studio-demo/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 06:22:10 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[Integration Corner]]></category>

		<category><![CDATA[integration]]></category>

		<category><![CDATA[JIRA]]></category>

		<category><![CDATA[JIRA Studio]]></category>

		<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=149</guid>
		<description><![CDATA[
Another blockbuster hits the waves, check out our latest demo, this time it&#8217;s JIRA Studio to salesforce.com.
Whew, time for a pina colada.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.wdcigroup.net/wp-content/uploads/2010/07/sfandjirastudio.png"><img class="alignnone size-full wp-image-150" title="sfandjirastudio" src="http://blog.wdcigroup.net/wp-content/uploads/2010/07/sfandjirastudio.png" alt="" width="500" height="99" /></a></p>
<p>Another blockbuster hits the waves, check out our <a href="http://wdcigroup.net/video/Salesforce-JIRAStudio-Integration.html" target="_blank">latest demo</a>, this time it&#8217;s JIRA Studio to salesforce.com.</p>
<p>Whew, time for a pina colada.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/07/check-out-our-salesforce-jira-studio-demo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TIM&#8217;s Tip: JIRA Studio Integration</title>
		<link>http://blog.wdcigroup.net/2010/07/tims-tip-jira-studio-integration/</link>
		<comments>http://blog.wdcigroup.net/2010/07/tims-tip-jira-studio-integration/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 04:43:19 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[Integration Corner]]></category>

		<category><![CDATA[JIRA Studio]]></category>

		<category><![CDATA[JIRA Studio Integration]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=145</guid>
		<description><![CDATA[
The new JIRA 4.0 connector we have developed also supports JIRA Studio because JIRA Studio API is identical to the remote APIs shipped with the JIRA&#8217;s standalone version.
If you are integrating JIRA studio with another Cloud based application such as Salesforce, Netsuite, etc, you can also choose to deploy your integration processes in the Cloud [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://www.contegix.com/images/logos/atlassian-studio.gif" alt="" width="185" height="55" /></p>
<p>The new <a href="http://blog.wdcigroup.net/2010/01/jira-integration-connector-updated-to-support-jira-40/" target="_blank">JIRA 4.0 connector</a> we have developed also supports JIRA Studio because <a href="http://confluence.atlassian.com/pages/viewpage.action?pageId=180289817" target="_blank">JIRA Studio API is identical to the remote APIs shipped with the JIRA&#8217;s standalone version</a>.</p>
<p>If you are integrating JIRA studio with another Cloud based application such as Salesforce, Netsuite, etc, you can also choose to deploy your integration processes in the Cloud environment. By doing this, it can save you time and cost to maintain an integration server.</p>
<p><a href="http://www.wdcigroup.net/contactus.html?origin=Blog" target="_blank">Drop us an email</a> to find out more about how we can help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/07/tims-tip-jira-studio-integration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TIM&#8217;s Tip: MYOB Migration</title>
		<link>http://blog.wdcigroup.net/2010/07/tims-tip-myob-migration/</link>
		<comments>http://blog.wdcigroup.net/2010/07/tims-tip-myob-migration/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 04:28:43 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[Integration Corner]]></category>

		<category><![CDATA[MYOB]]></category>

		<category><![CDATA[MYOB Export]]></category>

		<category><![CDATA[MYOB Migration]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=144</guid>
		<description><![CDATA[Not all data is available through the MYOB UI export data feature. If you want to get more data, you can try the MYOB ODBC Direct. More information about MYOB ODBC Direct can be found here.
]]></description>
			<content:encoded><![CDATA[<p>Not all data is available through the <a href="http://help.myob.com/ae02/mac/impexpfield-07.htm#P155_11957" target="_blank">MYOB UI export data feature</a>. If you want to get more data, you can try the MYOB ODBC Direct. More information about MYOB ODBC Direct can be found <a href="http://myobaustralia.custhelp.com/cgi-bin/myobaustralia.cfg/php/enduser/std_adp.php?p_faqid=30547" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/07/tims-tip-myob-migration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AtTask Integration</title>
		<link>http://blog.wdcigroup.net/2010/07/attask-integration/</link>
		<comments>http://blog.wdcigroup.net/2010/07/attask-integration/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 04:15:24 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[Integration Corner]]></category>

		<category><![CDATA[attask]]></category>

		<category><![CDATA[AtTask Integration]]></category>

		<category><![CDATA[peoplesoft]]></category>

		<category><![CDATA[PeopleSoft Integration]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=143</guid>
		<description><![CDATA[WDCi has completed another AtTask integration projects. See details here:

http://www.wdcigroup.net/wedidintegration_attaskpeoplesoft.html
If you would like integrate AtTask with another application, please contact us.
]]></description>
			<content:encoded><![CDATA[<p>WDCi has completed another AtTask integration projects. See details here:</p>
<p><img src="http://www.wdcigroup.net/images/peoplesoft-attask.png" alt="" width="499" height="117" /></p>
<p><a href="http://www.wdcigroup.net/wedidintegration_attaskpeoplesoft.html" target="_blank">http://www.wdcigroup.net/wedidintegration_attaskpeoplesoft.html</a></p>
<p>If you would like integrate AtTask with another application, please <a href="http://www.wdcigroup.net/contactus.html?origin=Blog" target="_blank">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/07/attask-integration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cloudforce Melbourne &#038; Sydney - 2 great events</title>
		<link>http://blog.wdcigroup.net/2010/06/cloudforce-melbourne-sydney-2-great-events/</link>
		<comments>http://blog.wdcigroup.net/2010/06/cloudforce-melbourne-sydney-2-great-events/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 23:47:36 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[cloudforce]]></category>

		<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=130</guid>
		<description><![CDATA[Thanks to everyone who visited our stand at Cloudforce in Melbourne and Sydney.  With over 600 in Melbourne and more than 1000 in Sydney, we definitely enjoyed ourselves. Thanks to Boomi and PingIdentity for sponsoring the booth with us.  We had a great time having the Ping guys on our booth in Sydney.
Here&#8217;s a few [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to everyone who visited our stand at <a href="http://www.salesforce.com/au/cloudforce/">Cloudforce</a> in Melbourne and Sydney.  With over 600 in Melbourne and more than 1000 in Sydney, we definitely enjoyed ourselves. Thanks to <a href="http://www.boomi.com">Boomi</a> and <a href="http://www.pingidentity.com/">PingIdentity</a> for sponsoring the booth with us.  We had a great time having the Ping guys on our booth in Sydney.</p>
<p>Here&#8217;s a few shots from the events:</p>
<p>People crowding to get to our booth <img src='http://blog.wdcigroup.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://blog.wdcigroup.net/wp-content/uploads/2010/06/somehandsomeattendees.jpg"><img class="alignnone size-medium wp-image-135" title="somehandsomeattendees" src="http://blog.wdcigroup.net/wp-content/uploads/2010/06/somehandsomeattendees-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Walter at our booth:</p>
<p><a href="http://blog.wdcigroup.net/wp-content/uploads/2010/06/walteratwdcicloudforce.jpg"><img class="alignnone size-medium wp-image-136" title="walteratwdcicloudforce" src="http://blog.wdcigroup.net/wp-content/uploads/2010/06/walteratwdcicloudforce-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Donal with Andrew Hindle from PingIdentity at our booth:</p>
<p><a href="http://blog.wdcigroup.net/wp-content/uploads/2010/06/andidonal.jpg"><img class="alignnone size-medium wp-image-142" title="andidonal" src="http://blog.wdcigroup.net/wp-content/uploads/2010/06/andidonal-300x225.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/06/cloudforce-melbourne-sydney-2-great-events/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get Salesforce &#038; Netsuite talking</title>
		<link>http://blog.wdcigroup.net/2010/06/get-salesforce-netsuite-talking/</link>
		<comments>http://blog.wdcigroup.net/2010/06/get-salesforce-netsuite-talking/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 23:41:09 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[Integration Corner]]></category>

		<category><![CDATA[integration]]></category>

		<category><![CDATA[Netsuite]]></category>

		<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=141</guid>
		<description><![CDATA[Want to see how easily you can integrate Salesforce and Netsuite?
Grab a pina colada and some popcorn and check out our short demo showing a common use case - Integrating Opportunity and related objects between Salesforce and Netsuite.
]]></description>
			<content:encoded><![CDATA[<p>Want to see how easily you can integrate Salesforce and Netsuite?</p>
<p>Grab a <a href="http://www.taste.com.au/recipes/7411/pina+colada" mce_href="http://www.taste.com.au/recipes/7411/pina+colada">pina colada</a> and some popcorn and check out our <a mce_href="http://wdcigroup.net/video/Salesforce-Netsuite-Integration.html" href="http://wdcigroup.net/video/Salesforce-Netsuite-Integration.html">short demo</a> showing a common use case - Integrating Opportunity and related objects between Salesforce and Netsuite.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2010/06/get-salesforce-netsuite-talking/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
