<?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 &#187; In The Lab</title>
	<atom:link href="http://blog.wdcigroup.net/category/in-the-lab/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.wdcigroup.net</link>
	<description></description>
	<pubDate>Thu, 05 Jan 2012 09:43:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>EDI Integration: Basic Requirements</title>
		<link>http://blog.wdcigroup.net/2012/01/edi-integration-basic-requirements/</link>
		<comments>http://blog.wdcigroup.net/2012/01/edi-integration-basic-requirements/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 09:43:15 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[In The Lab]]></category>

		<category><![CDATA[Inside Scoop]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=248</guid>
		<description><![CDATA[EDI integration uses industry-specific standards and it supports multiple communication protocols. Before you start EDI Integration, it would be good if you have the following information ready:
1) EDI Standard. For example: X12, EDIFACT, etc
2) Communication Protocol: How are we going to retrieve the EDI document? Is it through FTP, local disk or AS2?
3) EDI Document [...]]]></description>
			<content:encoded><![CDATA[<p>EDI integration uses industry-specific standards and it supports multiple communication protocols. Before you start EDI Integration, it would be good if you have the following information ready:</p>
<p>1) EDI Standard. For example: X12, EDIFACT, etc</p>
<p>2) Communication Protocol: How are we going to retrieve the EDI document? Is it through FTP, local disk or AS2?</p>
<p>3) EDI Document version: For example: 4030. 4050, 5010, etc</p>
<p>4) EDI Document type: This is depending on the integration flow and the standard. Take X12 for example, 850 (Purchase Order), 856 (Shipment), 861 (Receipt), etc</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2012/01/edi-integration-basic-requirements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bugzilla Integration: Web Service</title>
		<link>http://blog.wdcigroup.net/2011/11/bugzilla-integration-web-service/</link>
		<comments>http://blog.wdcigroup.net/2011/11/bugzilla-integration-web-service/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 08:22:46 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[In The Lab]]></category>

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

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=236</guid>
		<description><![CDATA[Bugzilla is an Open Source Defect Tracking System to manage software development. We can integrate to Bugzilla through the web service or directly to the database.
For example, you can integrate Bugzilla with a support system. When a case is confirmed as a bug, then the bug will be automatically created in Bugzilla. You can find [...]]]></description>
			<content:encoded><![CDATA[<p>Bugzilla is an Open Source Defect Tracking System to manage software development. We can integrate to Bugzilla through the web service or directly to the database.</p>
<p>For example, you can integrate Bugzilla with a support system. When a case is confirmed as a bug, then the bug will be automatically created in Bugzilla. You can find the demo <a href="http://wdcigroup.net/video/Salesforce-Bugzilla-Integration.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2011/11/bugzilla-integration-web-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SmartTurn Integration: Order Fulfillment</title>
		<link>http://blog.wdcigroup.net/2011/10/smartturn-integration-order-fulfillment/</link>
		<comments>http://blog.wdcigroup.net/2011/10/smartturn-integration-order-fulfillment/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 11:10:55 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[In The Lab]]></category>

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

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

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=231</guid>
		<description><![CDATA[SmartTurn is a very good warehouse management system. It has features which cover from item purchasing to item shipping, within these processes, item inventory/warehouse status will be automically updated.
So how can integration help? Let&#8217;s talk about one of the features that we can perform in SmartTurn, Order Fulfillment. Here is one scenario:
1. I am managing [...]]]></description>
			<content:encoded><![CDATA[<p>SmartTurn is a very good warehouse management system. It has features which cover from item purchasing to item shipping, within these processes, item inventory/warehouse status will be automically updated.</p>
<p>So how can integration help? Let&#8217;s talk about one of the features that we can perform in SmartTurn, Order Fulfillment. Here is one scenario:</p>
<p>1. I am managing a clothing wholesale business, a customer has ordered 200 items from my company. Within these 200 items, 100 will be shipped to location A, 50 will be shipped to location B, and the rest to location C.</p>
<p>2. If the customer is placing an order through my CRM or eCommerce system. The integration process can synchronise the Sales Order into SmartTurn specifying all the item details and customer&#8217;s shipping destinations.</p>
<p>3. SmartTurn will then check the inventory status, if the stock is insufficient, the shipment will be put &#8216;On Hold&#8217;.  If everything goes well, the inventory count will be deducted in SmartTurn. We can then synchronise the latest inventory count to our Accounting System.</p>
<p>Below is a simple diagram illustrating the above scenario:</p>
<p><a href="http://blog.wdcigroup.net/wp-content/uploads/2011/10/of-flow.jpg"><img class="aligncenter size-medium wp-image-235" title="of-flow" src="http://blog.wdcigroup.net/wp-content/uploads/2011/10/of-flow-300x119.jpg" alt="" width="300" height="119" /></a></p>
<p>We can integrate SmartTurn with any other CRM, ERP system or etc. which improve efficiency in order processing and fulfillment. As with the above scenario, updating the customer information and purchasing details, processing the transaction before confirming shipment status and other details.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2011/10/smartturn-integration-order-fulfillment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JIRA Integration: Work Logs</title>
		<link>http://blog.wdcigroup.net/2011/10/jira-integration-work-logs/</link>
		<comments>http://blog.wdcigroup.net/2011/10/jira-integration-work-logs/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 11:09:41 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[In The Lab]]></category>

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

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

		<category><![CDATA[jira time log]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=228</guid>
		<description><![CDATA[The time logged in a specific issue can be retrieved from JIRA by using the JIRA API (getWorklogs). The result returned will include the details of the time logged into an issue. For example:
&#60;multiRef id=&#8221;id1&#8243; soapenc:root=&#8221;0&#8243; soapenv:encodingStyle=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221; xsi:type=&#8221;ns3:RemoteWorklogImpl&#8221; xmlns:soapenc=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221; xmlns:ns3=&#8221;http://service.soap.rpc.jira.atlassian.com&#8221;&#62;
&#60;author xsi:type=&#8221;xsd:string&#8221;&#62;hmkhong&#60;/author&#62;
&#60;comment xsi:type=&#8221;xsd:string&#8221;/&#62;
&#60;created xsi:type=&#8221;xsd:dateTime&#8221;&#62;2011-10-12T06:22:18.663Z&#60;/created&#62;
&#60;groupLevel xsi:type=&#8221;xsd:string&#8221; xsi:nil=&#8221;true&#8221;/&#62;
&#60;id xsi:type=&#8221;xsd:string&#8221;&#62;10002&#60;/id&#62;
&#60;roleLevelId xsi:type=&#8221;xsd:string&#8221; xsi:nil=&#8221;true&#8221;/&#62;
&#60;startDate xsi:type=&#8221;xsd:dateTime&#8221;&#62;2011-10-12T06:22:00.000Z&#60;/startDate&#62;
&#60;timeSpent xsi:type=&#8221;xsd:string&#8221;&#62;2 hours&#60;/timeSpent&#62;
&#60;timeSpentInSeconds xsi:type=&#8221;xsd:long&#8221;&#62;7200&#60;/timeSpentInSeconds&#62;
&#60;updateAuthor xsi:type=&#8221;xsd:string&#8221;&#62;hmkhong&#60;/updateAuthor&#62;
&#60;updated xsi:type=&#8221;xsd:dateTime&#8221;&#62;2011-10-12T06:22:18.663Z&#60;/updated&#62;
&#60;/multiRef&#62;
If you [...]]]></description>
			<content:encoded><![CDATA[<p>The time logged in a specific issue can be retrieved from JIRA by using the JIRA API (getWorklogs). The result returned will include the details of the time logged into an issue. For example:</p>
<p>&lt;multiRef id=&#8221;id1&#8243; soapenc:root=&#8221;0&#8243; soapenv:encodingStyle=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221; xsi:type=&#8221;ns3:RemoteWorklogImpl&#8221; xmlns:soapenc=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221; xmlns:ns3=&#8221;http://service.soap.rpc.jira.atlassian.com&#8221;&gt;<br />
&lt;author xsi:type=&#8221;xsd:string&#8221;&gt;hmkhong&lt;/author&gt;<br />
&lt;comment xsi:type=&#8221;xsd:string&#8221;/&gt;<br />
&lt;created xsi:type=&#8221;xsd:dateTime&#8221;&gt;2011-10-12T06:22:18.663Z&lt;/created&gt;<br />
&lt;groupLevel xsi:type=&#8221;xsd:string&#8221; xsi:nil=&#8221;true&#8221;/&gt;<br />
&lt;id xsi:type=&#8221;xsd:string&#8221;&gt;10002&lt;/id&gt;<br />
&lt;roleLevelId xsi:type=&#8221;xsd:string&#8221; xsi:nil=&#8221;true&#8221;/&gt;<br />
&lt;startDate xsi:type=&#8221;xsd:dateTime&#8221;&gt;2011-10-12T06:22:00.000Z&lt;/startDate&gt;<br />
<strong>&lt;timeSpent xsi:type=&#8221;xsd:string&#8221;&gt;2 hours&lt;/timeSpent&gt;<br />
&lt;timeSpentInSeconds xsi:type=&#8221;xsd:long&#8221;&gt;7200&lt;/timeSpentInSeconds&gt;</strong><br />
&lt;updateAuthor xsi:type=&#8221;xsd:string&#8221;&gt;hmkhong&lt;/updateAuthor&gt;<br />
&lt;updated xsi:type=&#8221;xsd:dateTime&#8221;&gt;2011-10-12T06:22:18.663Z&lt;/updated&gt;<br />
&lt;/multiRef&gt;</p>
<p>If you find the &#8220;pretty&#8221; format too difficult to calculate, you can use the timeSpentInSeconds. This field will returned time logged in seconds.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2011/10/jira-integration-work-logs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Database.com Integration</title>
		<link>http://blog.wdcigroup.net/2011/09/databasecom-integration/</link>
		<comments>http://blog.wdcigroup.net/2011/09/databasecom-integration/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 08:25:22 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[In The Lab]]></category>

		<category><![CDATA[database.com integration]]></category>

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

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=226</guid>
		<description><![CDATA[The new database.com from Salesforce is opened for business now. This is an exciting service from the integration stand point. We can use it as a cross reference storage and this model is scalable. Also, the same Salesforce connector we use works for database.com, nice.
]]></description>
			<content:encoded><![CDATA[<p>The new <a href="http://www.database.com/" target="_blank">database.com</a> from Salesforce is <a href="http://blog.database.com/blog/2011/08/30/database-com-is-open-for-business/" target="_blank">opened for business now</a>. This is an exciting service from the integration stand point. We can use it as a cross reference storage and this model is scalable. Also, the same Salesforce connector we use works for database.com, nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2011/09/databasecom-integration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Salesforce Campaign: Advanced Setup</title>
		<link>http://blog.wdcigroup.net/2011/08/salesforce-campaign-advanced-setup/</link>
		<comments>http://blog.wdcigroup.net/2011/08/salesforce-campaign-advanced-setup/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 07:04:59 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[In The Lab]]></category>

		<category><![CDATA[Inside Scoop]]></category>

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

		<category><![CDATA[salesforce campaign advanced setup]]></category>

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=220</guid>
		<description><![CDATA[Salesforce campaign object has a feature called &#8220;Advanced Setup&#8221; which allows the user to edit the campaign member status picklist values for each campaign.

Under this advanced setup, you can add, remove or replace the name of the campaign member status for the current campaign. You can also globally rename and replace the campaign member values, [...]]]></description>
			<content:encoded><![CDATA[<p>Salesforce campaign object has a feature called &#8220;Advanced Setup&#8221; which allows the user to edit the campaign member status picklist values for each campaign.</p>
<p style="text-align: center;"><a href="http://blog.wdcigroup.net/wp-content/uploads/2011/08/campaign2.png"><img class="alignnone size-full wp-image-223" style="border-style: initial; border-color: initial;" title="campaign2" src="http://blog.wdcigroup.net/wp-content/uploads/2011/08/campaign2.png" alt="" width="500" height="187" /></a></p>
<p style="text-align: left;">Under this advanced setup, you can add, remove or replace the name of the campaign member status for the current campaign. You can also globally rename and replace the campaign member values, to do that, you will need to go to the campaign member &#8220;Status&#8221; field setting <strong><em>(</em><em>Setup &gt; Customize &gt; Campaign &gt; Campaign Members &gt; Field &gt; Status)</em></strong>.</p>
<p style="text-align: center;"><a href="http://blog.wdcigroup.net/wp-content/uploads/2011/08/status.png"><img class="alignnone size-full wp-image-224" title="status" src="http://blog.wdcigroup.net/wp-content/uploads/2011/08/status.png" alt="" width="500" height="218" /></a></p>
<p style="text-align: left;">Each campaign has its own set of picklist values of the campaign member status. This means that each time you created a campaign, you will need to enter the campaign status values to update the picklist.</p>
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2011/08/salesforce-campaign-advanced-setup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Salesforce Quotes: Custom Fields Sync</title>
		<link>http://blog.wdcigroup.net/2011/08/salesforce-quotes-custom-fields-sync/</link>
		<comments>http://blog.wdcigroup.net/2011/08/salesforce-quotes-custom-fields-sync/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 09:02:15 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[In The Lab]]></category>

		<category><![CDATA[Inside Scoop]]></category>

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

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=219</guid>
		<description><![CDATA[In one of our recent projects, we are dealing with Quotes and Opportunities in Salesforce. We find that the Quote  feature useful when it comes to creating quotation and opportunity data sync.
Within an opportunity, you can create multiple quotes which consist of quote details and quote line items. You can also save the quote [...]]]></description>
			<content:encoded><![CDATA[<p>In one of our recent projects, we are dealing with Quotes and Opportunities in Salesforce. We find that the Quote  feature useful when it comes to creating quotation and opportunity data sync.</p>
<p>Within an opportunity, you can create multiple quotes which consist of quote details and quote line items. You can also save the quote as a PDF and send it to the customer. Let&#8217;s say if the customer has agreed to the quote, you can then sync the quote line items to update the opportunity line items. After the initial sync, updates to the quote line items and opportunity products will automatically be synced in bidirectional.</p>
<p>However, custom field sync between Quote and Opportunity is not supported out-of-box. You can see the feature request here:</p>
<p><a href="http://success.salesforce.com/ideaview?id=08730000000HpBHAA0">http://success.salesforce.com/ideaview?id=08730000000HpBHAA0</a></p>
<p>Let&#8217;s hope that Salesforce will enhance this feature soon. Meanwhile, we just have to use a workaround to achieve this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2011/08/salesforce-quotes-custom-fields-sync/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Salesforce JobReady RTO Integration</title>
		<link>http://blog.wdcigroup.net/2011/08/salesforce-jobready-rto-integration/</link>
		<comments>http://blog.wdcigroup.net/2011/08/salesforce-jobready-rto-integration/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 09:04:57 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[In The Lab]]></category>

		<category><![CDATA[JobReady Integraton]]></category>

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

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=218</guid>
		<description><![CDATA[We are building an interesting integration between Salesforce and JobReady RTO. It synchronises course and student data between two systems. Stay tuned for more updates.
]]></description>
			<content:encoded><![CDATA[<p>We are building an interesting integration between Salesforce and <a href="http://www.jobready.com.au/rto/jobready-rto.php">JobReady RTO</a>. It synchronises course and student data between two systems. Stay tuned for more updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2011/08/salesforce-jobready-rto-integration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EDI Integration: Trading Partner Feature in Boomi</title>
		<link>http://blog.wdcigroup.net/2011/07/edi-integration-trading-partner-feature-in-boomi/</link>
		<comments>http://blog.wdcigroup.net/2011/07/edi-integration-trading-partner-feature-in-boomi/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 08:13:04 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[In The Lab]]></category>

		<category><![CDATA[Inside Scoop]]></category>

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

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

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=217</guid>
		<description><![CDATA[There is a feature in Boomi called &#8216;Trading Partner&#8217; which can provide a solution for EDI integration.
The Trading Partner functionality can be configured with the details for both your company and your trading partners in terms of document standards and communication types.
For more details or information about Trading Partner configuration in Boomi, you can check [...]]]></description>
			<content:encoded><![CDATA[<p>There is a feature in Boomi called &#8216;Trading Partner&#8217; which can provide a solution for EDI integration.</p>
<p>The Trading Partner functionality can be configured with the details for both your company and your trading partners in terms of document standards and communication types.</p>
<p>For more details or information about Trading Partner configuration in Boomi, you can check out the <a href="http://help.boomi.com/display/BOD/Trading+Partner+Configuration">documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2011/07/edi-integration-trading-partner-feature-in-boomi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy Birthday WDCi!</title>
		<link>http://blog.wdcigroup.net/2011/07/happy-birthday-wdci-2/</link>
		<comments>http://blog.wdcigroup.net/2011/07/happy-birthday-wdci-2/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 06:44:17 +0000</pubDate>
		<dc:creator>TIM</dc:creator>
		
		<category><![CDATA[Company Update]]></category>

		<category><![CDATA[In The Lab]]></category>

		<category><![CDATA[Inside Scoop]]></category>

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

		<guid isPermaLink="false">http://blog.wdcigroup.net/?p=216</guid>
		<description><![CDATA[TIM would like to proudly announce that WDCi just turned 3 years old. Happy Birthday WDCi and have a great year ahead!
]]></description>
			<content:encoded><![CDATA[<p>TIM would like to proudly announce that WDCi just turned 3 years old. Happy Birthday WDCi and have a great year ahead!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wdcigroup.net/2011/07/happy-birthday-wdci-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

