<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Datix - Custom Software, Epicor 9 ERP, XSOL Business Process Modeling</title>
	<atom:link href="http://www.datixinc.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.datixinc.com/wordpress</link>
	<description>Information about Epicor and XSOL</description>
	<lastBuildDate>Mon, 07 Nov 2011 23:51:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Datix and XSOL Partnership Creates Enterprise-Process Improvement</title>
		<link>http://www.datixinc.com/wordpress/2011/11/datix-and-xsol-partnership-creates-enterprise-process-improvement/</link>
		<comments>http://www.datixinc.com/wordpress/2011/11/datix-and-xsol-partnership-creates-enterprise-process-improvement/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 23:44:19 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Epicor]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/?p=268</guid>
		<description><![CDATA[Datix has recently started using new software called XSOL, as part of the Epicor 9 package. XSOL is Business Process Mapping (BPM) software that creates visual representations of business processes for the purposes of analysis and improvement. Datix uses a signature technique called Enterprise-Process Improvement, which examines the various interlinked levels of a company and [...]]]></description>
			<content:encoded><![CDATA[<p>Datix has recently started using new software called XSOL, as part of the Epicor 9 package. XSOL is Business Process Mapping (BPM) software that creates visual representations of business processes for the purposes of analysis and improvement. </p>
<p>Datix uses a signature technique called <em>Enterprise-Process Improvement</em>, which examines the various interlinked levels of a company and how they all work together to process and transmit information and to complete tasks. Our team works together to formulate a plan for how the company can make better use of its software system. Engaging staff this way invariably leads to the identification of things that need fixing – duplicated effort, delays, and conflicts – as well as suggestions for improvement. This technique helps a company make better use of its software system.</p>
<p>XSOL is designed to make the task of business process mapping simpler by creating visual representations that can be manipulated and analyzed. Using features in the program, Datix feeds in information about every tier of a company to create a visual map within<em> Enterprise-Process Improvement</em>. XSOL allows the user to digitally add notes and draw in the relationships between different business processes to show in detail how our proposed changes will improve the functionality of the company’s software. That way, the business owner can get an overall look at how the business will run differently after Datix’s software augmentation. Datix then helps the business implement the changes and provides ongoing support while the transition is completed.</p>
<p><strong>About XSOL</strong></p>
<p>XSOL is an abbreviation for the term “Exception Solutions”. This reflects the principle that if a company’s business and its objectives are well defined and its staff fully aware of how it operates, then exceptions become apparent and can be built into the process or eliminated.  XSOL helps business owners to better understand their own companies. Not only does XSOL make it easy to create an operational visual model of how a company works from the bottom up, but it allows a business owner to extend the functionality of their ERP system by automating business processes and quickly implementing improvements.</p>
<p><strong>About Datix</strong></p>
<p>Datix, a St. Louis-based ERP software services company, has been in business for 14 years. We employ a team of software specialists who can translate a business owner’s goals into reality using customized software solutions. We have worked in several different industries, serving companies in North and South America. Unlike other software companies, we provide truly customized solutions for our clients. Sometimes that means augmenting existing software for increased functionality, and sometimes we implement entirely new systems. We consult directly with business owners to make recommendations not only on software packages, but on how to streamline business processes to ensure smooth operations, decrease costs, and maximize profits.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2011/11/datix-and-xsol-partnership-creates-enterprise-process-improvement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Button to Print Pick Ticket from Order Entry &#8211; Epicor 9</title>
		<link>http://www.datixinc.com/wordpress/2011/10/button-to-print-pick-ticket-from-order-entry-epicor-9/</link>
		<comments>http://www.datixinc.com/wordpress/2011/10/button-to-print-pick-ticket-from-order-entry-epicor-9/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 14:20:48 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Epicor]]></category>
		<category><![CDATA[Epicor Customizations]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/?p=257</guid>
		<description><![CDATA[I like posting answers to common questions I see on forums. A lot of users want to be able to print reports directly from the entry screes like Order Entry. Below is some sample code on how to print the sales order pick ticket. This will submit the print request and open the report in [...]]]></description>
			<content:encoded><![CDATA[<p>I like posting answers to common questions I see on forums. A lot of users want to be able to print reports directly from the entry screes like Order Entry. Below is some sample code on how to print the sales order pick ticket. This will submit the print request and open the report in preview mode.</p>
<p>Here are the steps:</p>
<ol>
<li> Add a button to the summary tab. I&#8217;m assuming you know how to place a button on the screen and create a button click event. You can look at the article on <a title="Automatic Pack Slip Number Generation" href="http://www.datixinc.com/wordpress/2011/03/automatic-pack-slip-number-generation/">Automatic Pack Slitp Number Generation</a>.</li>
<li> Add the following assembiles to your customization:
<ul>
<li>Epicor.Mfg.Core.BLConnectionPool</li>
<li>Epicor.Mfg.Rpt.ISOPickListReport</li>
<li>Epicor.Mfg.Rpt.SOPickListReport</li>
</ul>
</li>
<li>Add the following code to the button click event:</li>
</ol>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #0600FF; font-weight: bold;">private</span> <span style="color: #0600FF; font-weight: bold;">static</span> <span style="color: #6666cc; font-weight: bold;">void</span> btnPickList_Click<span style="color: #008000;">&#40;</span><span style="color: #6666cc; font-weight: bold;">object</span> sender, <span style="color: #000000;">System</span><span style="color: #008000;">.</span><span style="color: #0000FF;">EventArgs</span> args<span style="color: #008000;">&#41;</span>
<span style="color: #008000;">&#123;</span>
 Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Core</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span> epiSession <span style="color: #008000;">=</span> <span style="color: #0600FF; font-weight: bold;">default</span><span style="color: #008000;">&#40;</span>Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Core</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
 epiSession <span style="color: #008000;">=</span> <span style="color: #008000;">&#40;</span>Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Core</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span><span style="color: #008000;">&#41;</span>SalesOrderForm<span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span><span style="color: #008000;">;</span>
 Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rpt</span><span style="color: #008000;">.</span><span style="color: #0000FF;">SOPickListReport</span> rptSOPickList <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rpt</span><span style="color: #008000;">.</span><span style="color: #0000FF;">SOPickListReport</span><span style="color: #008000;">&#40;</span>epiSession<span style="color: #008000;">.</span><span style="color: #0000FF;">ConnectionPool</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
 Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rpt</span><span style="color: #008000;">.</span><span style="color: #0000FF;">SOPickListReportDataSet</span> rptDSSOPickList <span style="color: #008000;">=</span> rptSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">GetNewParameters</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
 EpiDataView edvOrderHed <span style="color: #008000;">=</span> <span style="color: #008000;">&#40;</span>EpiDataView<span style="color: #008000;">&#41;</span>oTrans<span style="color: #008000;">.</span><span style="color: #0000FF;">EpiDataViews</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;OrderHed&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">;</span>
&nbsp;
 DateTime dtShipBy <span style="color: #008000;">=</span> <span style="color: #0600FF; font-weight: bold;">default</span><span style="color: #008000;">&#40;</span>DateTime<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
 dtShipBy <span style="color: #008000;">=</span> Convert<span style="color: #008000;">.</span><span style="color: #0000FF;">ToDateTime</span><span style="color: #008000;">&#40;</span>edvOrderHed<span style="color: #008000;">.</span><span style="color: #0000FF;">dataView</span><span style="color: #008000;">&#91;</span>edvOrderHed<span style="color: #008000;">.</span><span style="color: #0000FF;">Row</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;RequestDate&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
 <span style="color: #008080; font-style: italic;">// You may need a wider date range to include releases out side the ship date on order header</span>
 <span style="color: #0600FF; font-weight: bold;">if</span> <span style="color: #008000;">&#40;</span>DateTime<span style="color: #008000;">.</span><span style="color: #0000FF;">Compare</span><span style="color: #008000;">&#40;</span>DateTime<span style="color: #008000;">.</span><span style="color: #0000FF;">Today</span>, dtShipBy<span style="color: #008000;">&#41;</span> <span style="color: #008000;">&amp;</span>gt<span style="color: #008000;">;</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">&#41;</span> <span style="color: #008000;">&#123;</span>
  rptDSSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">Tables</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;SOPickListReportParam&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rows</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;FromDate&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> dtShipBy<span style="color: #008000;">.</span><span style="color: #0000FF;">AddDays</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">-</span><span style="color: #FF0000;">1</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
 <span style="color: #008000;">&#125;</span> <span style="color: #0600FF; font-weight: bold;">else</span> <span style="color: #008000;">&#123;</span>
  rptDSSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">Tables</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;SOPickListReportParam&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rows</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;ToDate&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> dtShipBy<span style="color: #008000;">.</span><span style="color: #0000FF;">AddDays</span><span style="color: #008000;">&#40;</span><span style="color: #FF0000;">1</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
 <span style="color: #008000;">&#125;</span>
&nbsp;
 rptDSSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">Tables</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;SOPickListReportParam&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rows</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;OrderList&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> edvOrderHed<span style="color: #008000;">.</span><span style="color: #0000FF;">dataView</span><span style="color: #008000;">&#91;</span>edvOrderHed<span style="color: #008000;">.</span><span style="color: #0000FF;">Row</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;OrderNum&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">;</span>
 rptDSSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">Tables</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;SOPickListReportParam&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rows</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;AutoAction&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;Preview&quot;</span><span style="color: #008000;">;</span>
 <span style="color: #008080; font-style: italic;">//Set this to your task agent id.</span>
 rptDSSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">Tables</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;SOPickListReportParam&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rows</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;AgentID&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;TaskAgnt&quot;</span><span style="color: #008000;">;</span>
&nbsp;
 <span style="color: #008080; font-style: italic;">//The report style you want to print.</span>
 rptDSSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">Tables</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;SOPickListReportParam&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rows</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;ReportStyleNum&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> <span style="color: #FF0000;">1002</span><span style="color: #008000;">;</span>
 rptDSSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">Tables</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;SOPickListReportParam&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rows</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;WorkstationID&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> Environment<span style="color: #008000;">.</span><span style="color: #0000FF;">MachineName</span> <span style="color: #008000;">+</span> <span style="color: #666666;">&quot; 1&quot;</span><span style="color: #008000;">;</span>
 rptDSSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">Tables</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;SOPickListReportParam&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rows</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;DateFormat&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;mm/dd/yyyy&quot;</span><span style="color: #008000;">;</span>
 rptDSSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">Tables</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;SOPickListReportParam&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Rows</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;NumericFormat&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;,.&quot;</span><span style="color: #008000;">;</span>
&nbsp;
 <span style="color: #008080; font-style: italic;">// TaskAgnt is the ID of your task agent.</span>
 rptSOPickList<span style="color: #008000;">.</span><span style="color: #0000FF;">SubmitToAgent</span><span style="color: #008000;">&#40;</span>rptDSSOPickList, <span style="color: #666666;">&quot;TaskAgnt&quot;</span>, <span style="color: #FF0000;">0</span>, <span style="color: #FF0000;">0</span>, <span style="color: #666666;">&quot;Epicor.Mfg.UIRpt.SOPickListReport&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
 MessageBox<span style="color: #008000;">.</span><span style="color: #0000FF;">Show</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;Pick List Print Job Submitted.&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
<span style="color: #008000;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2011/10/button-to-print-pick-ticket-from-order-entry-epicor-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epicor ERP is the Best Kept Secret in Global ERP</title>
		<link>http://www.datixinc.com/wordpress/2011/10/epicor-erp-is-the-best-kept-secret-in-global-erp/</link>
		<comments>http://www.datixinc.com/wordpress/2011/10/epicor-erp-is-the-best-kept-secret-in-global-erp/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 18:42:06 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Epicor]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/?p=246</guid>
		<description><![CDATA[You don’t hear much about Epicor in comparison to the “big name” players of the ERP software market. But as an Epicor Partner, we’re not complaining. We know Epicor is the best kept secret in global ERP and know those who use it realize it to be true. Don’t just take our word for it; [...]]]></description>
			<content:encoded><![CDATA[<p>You don’t hear much about Epicor in comparison to the “big name” players of the ERP software market. But as an Epicor Partner, we’re not complaining. We know Epicor is the best kept secret in global ERP and know those who use it realize it to be true. Don’t just take our word for it; <a href="http://www.datixinc.com/epicor.html"><span style="color: #0000ff;">check out the functionality possible with Epicor ERP</span></a> for yourself:</p>
<p><strong>Single Point of Data:</strong> Internal operations need to be integrated in order to achieve global visibility.</p>
<p>And Epicor ERP is a comprehensive solution that helps make that visibility possible. Epicor ERP can do it all, including accounting, order processing, manufacturing, human resources and data from other functions as well as including advanced financial management reporting and analysis. With real-time and accurate information at your fingertips, you can make better business decisions that help the success of your company. Instead of gathering information from a number of different systems and then never really knowing if the data is accurate, pull from one ERP solution that encompasses all parts of your business.</p>
<p><strong>Adaptable Business Architecture</strong>: Epicor ERP scales to your business needs to support long-term growth. There are <a href="http://www.datixinc.com/IT_Consulting_Services.html"><span style="color: #0000ff;">multiple deployment options that help ensure you stay within your means when making an ERP software purchase, such as hosting, online functionality, and on-premises implementations.</span></a> Whatever works for you, Epicor can make it happen. In addition to the beginning stages of deployment, Epicor ERP can grow with you on a global scale. Some ERP systems limit your potential, but Epicor ERP adapts the way you need it to. Epicor also provides solutions in over 30 languages so you’re not hindered in where you can do business.</p>
<p>Beyond offering a product designed for global business, Epicor has a global infrastructure that incorporates support centers located in every major operating region—the Americas, EMEA (Europe, Middle East and Africa), and Asia Pacific. Through these regional centers, Epicor provides support in more than 20 languages. <a href="http://www.datixinc.com/contact.html"><span style="color: #0000ff;">For more information on Epicor ERP, please contact us at Datix</span></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2011/10/epicor-erp-is-the-best-kept-secret-in-global-erp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore Progress AppServer Configuration</title>
		<link>http://www.datixinc.com/wordpress/2011/10/restore-progress-appserver-configuration/</link>
		<comments>http://www.datixinc.com/wordpress/2011/10/restore-progress-appserver-configuration/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 17:19:27 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Epicor]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/?p=241</guid>
		<description><![CDATA[I recently had a strange issue. We had a server file system filled up because of a runaway log file. The log files were removed to free up some disk space but during this process the Progress Admin Server lost its configuration information. I did a lot of digging and found the configuration file in c:\oe102a\properties\ubroker.properties where [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a strange issue. We had a server file system filled up because of a runaway log file. The log files were removed to free up some disk space but during this process the Progress Admin Server lost its configuration information.</p>
<p>I did a lot of digging and found the configuration file in c:\oe102a\properties\ubroker.properties where c:\oe102a\ is the install directory of Open Edge. There is also a backup file in c:\oe102a\properties\ubroker.properties.old. I was able to copy the contents of this file into ubroker.properties restart the Admin Server and everything came up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2011/10/restore-progress-appserver-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Feature &#8211; Epicor Zone BAQ Examples</title>
		<link>http://www.datixinc.com/wordpress/2011/04/new-feature-epicor-zone-baq-examples/</link>
		<comments>http://www.datixinc.com/wordpress/2011/04/new-feature-epicor-zone-baq-examples/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 11:00:43 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Epicor]]></category>
		<category><![CDATA[Epicor Customizations]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/2011/04/epicor-zone-baq-examples/</guid>
		<description><![CDATA[Epicor recently released and update to Epicor 905 that included some very cool new features. One called Zone BAQs I just started playing with and thought it was worth blogging about. A Business Activity Query or BAQ is a user definable query of data in Epicor somewhat like SQL. Basically a Zone BAQ displays data [...]]]></description>
			<content:encoded><![CDATA[<p>Epicor recently released and update to Epicor 905 that included some very cool new features. One called Zone BAQs I just started playing with and thought it was worth blogging about. A Business Activity Query or BAQ is a user definable query of data in Epicor somewhat like SQL.</p>
<div>Basically a Zone BAQ displays data in a tool tip. This data can be anything from an image,  website , a single record or a grid of data. Below is an example of displaying on hand inventory for a part and displaying a customer website in a tool tip. The tool tip can be displayed in a context menu or as an indicator next to the field. In another post I will show you how to create a Zone BAQ and add it to a context menu.</div>
<h3><strong>Customer Web Site</strong></h3>
<div>In the example below I created a BAQ with customer ID and the customer URL. I then tied this BAQ to the customer ID context menu.</div>
<div class="mceTemp mceIEcenter">
<div class="mceTemp mceIEcenter">
<div id="attachment_190" class="wp-caption aligncenter" style="width: 634px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/04/041511_0128_EpicorZoneB1.png"><img class="size-full wp-image-190" title="041511_0128_EpicorZoneB1.png" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/04/041511_0128_EpicorZoneB1.png" alt="Zone BAQ Customer Context Menu" width="624" height="472" /></a><p class="wp-caption-text">Zone BAQ Customer Context Menu</p></div>
</div>
</div>
<div id="attachment_197" class="wp-caption aligncenter" style="width: 634px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/04/041511_0128_EpicorZoneB21.png"><img class="size-full wp-image-197" title="041511_0128_EpicorZoneB2.png" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/04/041511_0128_EpicorZoneB21.png" alt="Zone BAQ Web Site Display" width="624" height="443" /></a><p class="wp-caption-text">Zone BAQ Web Site Display</p></div>
<h3>On Hand Parts Display</h3>
<div>In this example I created a BAQ that pulls all locations and on hand amounts for a given part. As in the example above I added this to the PartNum context menu.</div>
<div class="mceTemp mceIEcenter">
<div id="attachment_198" class="wp-caption aligncenter" style="width: 634px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/04/041511_0128_EpicorZoneB31.png"><img class="size-full wp-image-198" title="041511_0128_EpicorZoneB3.png" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/04/041511_0128_EpicorZoneB31.png" alt="Zone BAQ Part Context Menu" width="624" height="457" /></a><p class="wp-caption-text">Zone BAQ Part Context Menu</p></div>
<div id="attachment_199" class="wp-caption aligncenter" style="width: 634px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/04/041511_0128_EpicorZoneB41.png"><img class="size-full wp-image-199" title="041511_0128_EpicorZoneB4.png" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/04/041511_0128_EpicorZoneB41.png" alt="Zone BAQ Part On Hand Display" width="624" height="457" /></a><p class="wp-caption-text">Zone BAQ Part On Hand Display</p></div>
<p style="text-align: left;">This feature could be used in many different scenarios. You could quickly look  up order history, on hand inventory, display part images and many others.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2011/04/new-feature-epicor-zone-baq-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Pack Slip Number Generation</title>
		<link>http://www.datixinc.com/wordpress/2011/03/automatic-pack-slip-number-generation/</link>
		<comments>http://www.datixinc.com/wordpress/2011/03/automatic-pack-slip-number-generation/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 12:52:07 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Epicor]]></category>
		<category><![CDATA[Epicor Customizations]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/?p=165</guid>
		<description><![CDATA[Many of our clients have asked why doesn&#8217;t Epicor generate the packing automatically on Receipt Entry. The short answer is that  most companies enter the packing slip number from the vendor, but in some cases there is no packing slip number. To handle this we developed a simple customization to auto generate the pack slip number. Here [...]]]></description>
			<content:encoded><![CDATA[<p>Many of our clients have asked why doesn&#8217;t Epicor generate the packing automatically on Receipt Entry. The short answer is that  most companies enter the packing slip number from the vendor, but in some cases there is no packing slip number. To handle this we developed a simple customization to auto generate the pack slip number.</p>
<p>Here are the steps:</p>
<ol>
<li>Add a button to your Receipt Entry Screen
<p><div id="attachment_173" class="wp-caption aligncenter" style="width: 606px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/Epicor-Final.png"><img class="size-full wp-image-173" title="Epicor-Final" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/Epicor-Final.png" alt="Epicor Receipt Entry with Auto Pack Slip" width="596" height="379" /></a><p class="wp-caption-text">Receipt Entry with Next Pack Button</p></div></li>
<li>Go to the event wizard tab and create a button click event and add a call to GetNextPackSlip() from the button click event.</li>
<div id="attachment_174" class="wp-caption aligncenter" style="width: 604px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorCreateEvent.png"><img class="size-full wp-image-174" title="EpicorCreateEvent" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorCreateEvent.png" alt="Epicor Create Event Wizard" width="594" height="446" /></a><p class="wp-caption-text">Epicor Create Event Wizard</p></div>
<li>Open the script Editor and add the code below.

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #0600FF; font-weight: bold;">private</span> <span style="color: #0600FF; font-weight: bold;">static</span> <span style="color: #6666cc; font-weight: bold;">void</span> GetNextPackSlip<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span>
<span style="color: #008000;">&#123;</span>
	Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Core</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span> session <span style="color: #008000;">=</span> <span style="color: #008000;">&#40;</span>Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Core</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span><span style="color: #008000;">&#41;</span>ReceiptEntryForm<span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span><span style="color: #008000;">;</span>
	Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Company</span> company <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Company</span><span style="color: #008000;">&#40;</span>session<span style="color: #008000;">.</span><span style="color: #0000FF;">ConnectionPool</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
	Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">CompanyDataSet</span> dsCompany <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">CompanyDataSet</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
	<span style="color: #008080; font-style: italic;">//Change EPIC03 to your company ID. You can also ge the current company from the session object.</span>
	dsCompany <span style="color: #008000;">=</span> company<span style="color: #008000;">.</span><span style="color: #0000FF;">GetByID</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;EPIC03&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
	<span style="color: #008080; font-style: italic;">//We are storying the current pack slip number in Number01 field in the company table</span>
	<span style="color: #6666cc; font-weight: bold;">decimal</span> number <span style="color: #008000;">=</span> dsCompany<span style="color: #008000;">.</span><span style="color: #0000FF;">Company</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Number01</span><span style="color: #008000;">;</span>
&nbsp;
	<span style="color: #008080; font-style: italic;">//Make sure we have data loaded into the Receive Header data view.</span>
	<span style="color: #0600FF; font-weight: bold;">if</span><span style="color: #008000;">&#40;</span>edvRcvHead<span style="color: #008000;">.</span><span style="color: #0000FF;">dataView</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Count</span> <span style="color: #008000;">&amp;</span>gt<span style="color: #008000;">;</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">&#41;</span> <span style="color: #008000;">&#123;</span>
		edvRcvHead<span style="color: #008000;">.</span><span style="color: #0000FF;">dataView</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;PackSlip&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;PACK&quot;</span> <span style="color: #008000;">+</span> number<span style="color: #008000;">;</span>
		MultiKeySearch_Row<span style="color: #008000;">.</span><span style="color: #0000FF;">dataView</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;PackSlip&quot;</span><span style="color: #008000;">&#93;</span> <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;PACK&quot;</span> <span style="color: #008000;">+</span> number<span style="color: #008000;">;</span>
&nbsp;
		<span style="color: #008080; font-style: italic;">//Increment the stored number</span>
		dsCompany<span style="color: #008000;">.</span><span style="color: #0000FF;">Company</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Number01</span> <span style="color: #008000;">=</span> number <span style="color: #008000;">+</span> <span style="color: #FF0000;">1</span><span style="color: #008000;">;</span>
&nbsp;
		<span style="color: #008080; font-style: italic;">//Update the company table.</span>
		company<span style="color: #008000;">.</span><span style="color: #0000FF;">Update</span><span style="color: #008000;">&#40;</span>dsCompany<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
	<span style="color: #008000;">&#125;</span> <span style="color: #0600FF; font-weight: bold;">else</span> <span style="color: #008000;">&#123;</span>
		MessageBox<span style="color: #008000;">.</span><span style="color: #0000FF;">Show</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;Please create a new receipt first.&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
	<span style="color: #008000;">&#125;</span>
<span style="color: #008000;">&#125;</span></pre></div></div>

</li>
</ol>
<p>One thing to note about this customization, the pack slip number is incremented everytime a user pushes the Next Pack button so you may have gaps in the number sequence.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2011/03/automatic-pack-slip-number-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datix Implements CRM Mobile Dashboard</title>
		<link>http://www.datixinc.com/wordpress/2011/02/crm-mobile-dashboard/</link>
		<comments>http://www.datixinc.com/wordpress/2011/02/crm-mobile-dashboard/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 00:12:00 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Epicor]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/?p=93</guid>
		<description><![CDATA[In a prior post I wrote about how our sales team uses Epicor CRM for their sales and marketing activities and how they use dashboard we developed to allow for easy updating and adding of information. We have added quite a few features to the CRM dashboard over the last few months, but I am [...]]]></description>
			<content:encoded><![CDATA[<p>In a prior post I wrote about how our sales team uses Epicor CRM for their sales and marketing activities and how they use dashboard we developed to allow for easy updating and adding of information. We have added quite a few features to the CRM dashboard over the last few months, but I am most excited about the mobile dashboard.</p>
<p>I find myself going to visit clients or prospects in industrial areas and wondering if these companies are on our marketing list or if we have contacted them.  In the past I would call our sales department and ask, but what I really needed was mobile access to our customer data. Last year with the release of Epicor 905 a new module called Epicor Mobile access was added to the product. Epicor Mobile Access enables you to create dashboards targeted to mobile devices, so I took our CRM dashboard and turned it mobile. Below are some screen shots of the results.</p>
<p>This dashboard is almost an exact copy of the CRM dashboard with some small modifications. On our CRM dashboard we have tabs for Customers, Prospects, Follow Ups and Un Called suspects, these were removed because we are only going to search for specific companies from the mobile dashboard. We used updatable BAQs so I can add new customers and notes through the dashboard. I’m going to cover updatable BAQs and their impact on our CRM system  in a post next week.</p>
<p>The steps to create a mobile dashboard:</p>
<ol>
<li>Open your desktop dashboard in Dashboard Developer</li>
<li>Click on Actions -&gt; Generate Mobile Dashboard</li>
<li>Choose a name for the dashboard</li>
<li>Open the mobile dashboard in Dashboard Developer and edit it as normal.</li>
</ol>
<p>A couple of things to keep in mind when developing Epicor Mobile Dashboards:</p>
<ol>
<li>Graphs and charts are not supported</li>
<li>Remove extra fields you don’t need</li>
<li>Epicor Mobile is browser based, you don’t install anything on the phone</li>
<li>IPhone, Android, Blackberry and most other mobile devices are supported.</li>
<li>After you a done using the dashboard you must logout or it continues to use a mobile license.</li>
</ol>
<div id="attachment_137" class="wp-caption aligncenter" style="width: 363px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/Epicor-MainMenu1.png"><img class="size-full wp-image-137" title="Epicor-MainMenu" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/Epicor-MainMenu1.png" alt="Epicor Mobile CRM Main Menu" width="353" height="614" /></a><p class="wp-caption-text">Epicor Mobile CRM Main Menu</p></div>
<div id="attachment_136" class="wp-caption aligncenter" style="width: 363px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-Menu21.png"><img class="size-full wp-image-136" title="EpicorMobile-Menu2" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-Menu21.png" alt="Epicor Mobile CRM Menu" width="353" height="614" /></a><p class="wp-caption-text">Epicor Mobile CRM Menu</p></div>
<p>You can deploy as many dashboards using Epicor Mobile Access as you like. Currently we only have only have one</p>
<div id="attachment_146" class="wp-caption aligncenter" style="width: 741px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-Search1.png"><img class="size-full wp-image-146" title="EpicorMobile-Search" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-Search1.png" alt="Epicor Mobile CRM Customer/Prospect Search" width="731" height="386" /></a><p class="wp-caption-text">Epicor Mobile CRM Customer/Prospect Search</p></div>
<p>Above is a quick search I entered Epicor and clicked search to get the results below.</p>
<div id="attachment_147" class="wp-caption aligncenter" style="width: 741px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-SearchResults1.png"><img class="size-full wp-image-147" title="EpicorMobile-SearchResults" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-SearchResults1.png" alt="Epicor Mobile CRM Search Results" width="731" height="386" /></a><p class="wp-caption-text">Epicor Mobile CRM Search Results</p></div>
<p>You can see in this screen shot the Edit button, clicking this allows you to change the customer data through the mobile dashboard. You click or tab on a record to selected it and then you can choose for the different dashboard &#8220;tabs&#8221; in the drop down box, below I chose CRM calls.</p>
<div id="attachment_145" class="wp-caption aligncenter" style="width: 741px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-CRMCalls1.png"><img class="size-full wp-image-145" title="EpicorMobile-CRMCalls" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-CRMCalls1.png" alt="Epicor Mobile CRM Call List" width="731" height="386" /></a><p class="wp-caption-text">Epicor Mobile CRM Call List</p></div>
<p>From this screen you have the ability to update the call directly from the phone.</p>
<div id="attachment_144" class="wp-caption aligncenter" style="width: 741px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-UpdateCall.png"><img class="size-full wp-image-144" title="EpicorMobile-UpdateCall" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/02/EpicorMobile-UpdateCall.png" alt="Epicor Mobile CRM Update Call" width="731" height="386" /></a><p class="wp-caption-text">Epicor Mobile CRM Update Call</p></div>
<p>I would be interested to hear other ideas on what people would use on a mobile dashboard and specifically CRM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2011/02/crm-mobile-dashboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Set Default Value in Epicor</title>
		<link>http://www.datixinc.com/wordpress/2011/02/set-default-value-in-epicor/</link>
		<comments>http://www.datixinc.com/wordpress/2011/02/set-default-value-in-epicor/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 18:44:12 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Epicor]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/?p=115</guid>
		<description><![CDATA[One of the most common requests we get from customers is how to set a default value on a field in Epicor. Below is a simple example of how to set the default value on a customer field called Source. This process is fairly simple and works for almost any field. In my example the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common requests we get from customers is how to set a default value on a field in Epicor. Below is a simple example of how to set the default value on a customer field called Source. This process is fairly simple and works for almost any field.</p>
<p>In my example the source field is a user defined field in the customer table called Character10. Prior to this example I setup user codes and tied the user codes to this field.</p>
<p>To set a default value you use a BPM. Open Epicor and navigate to System Management -&gt; Business Process Management -&gt; Setup -&gt; Method Directives</p>
<p>1. Choose Customer from the business object drop down and type GetNew in the method name box. Choose GetNewCustomer from the search results</p>
<div id="attachment_120" class="wp-caption aligncenter" style="width: 586px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerSearchBPM.png"><img class="size-full wp-image-120" title="CustomerSearchBPM" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerSearchBPM.png" alt="BPM Search" width="576" height="642" /></a><p class="wp-caption-text">BPM Search</p></div>
<p>2. After selecting that method your screen should look like this:</p>
<div id="attachment_121" class="wp-caption aligncenter" style="width: 888px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM.png"><img class="size-full wp-image-121" title="CustomerBPM" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM.png" alt="Customer BPM View" width="878" height="604" /></a><p class="wp-caption-text">Customer BPM View</p></div>
<p>3. Next enter Default Source  in the directive name box, and Customer in the group box. The group allows you to easily find and group together BPMs.</p>
<div id="attachment_122" class="wp-caption aligncenter" style="width: 888px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPMSetup.png"><img class="size-full wp-image-122" title="CustomerBPMSetup" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPMSetup.png" alt="" width="878" height="604" /></a><p class="wp-caption-text">Setup Step 3</p></div>
<p>4. Next click on Actions, then click the new icon. Next choose &#8220;set the specified field of the changed row to the specified expression&#8221; from the User Text drop down list.</p>
<div id="attachment_123" class="wp-caption aligncenter" style="width: 757px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step4.png"><img class="size-full wp-image-123" title="CustomerBPM-Step4" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step4.png" alt="" width="747" height="410" /></a><p class="wp-caption-text">Step 4</p></div>
<p>5. Click on &#8220;specified&#8221; to choose the field you want to change. Choose ttCustomer from the table list then click the check box next to Character10 and click OK.</p>
<div id="attachment_124" class="wp-caption aligncenter" style="width: 498px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step5.png"><img class="size-full wp-image-124" title="CustomerBPM-Step5" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step5.png" alt="" width="488" height="364" /></a><p class="wp-caption-text">Setup Step 5</p></div>
<p>6. Next click specific and enter the default value.</p>
<div id="attachment_125" class="wp-caption aligncenter" style="width: 526px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step6.png"><img class="size-full wp-image-125" title="CustomerBPM-Step6" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step6.png" alt="" width="516" height="529" /></a><p class="wp-caption-text">Step 6</p></div>
<p>7. Now your actions screen should look like the following. Click Ok.</p>
<div id="attachment_126" class="wp-caption aligncenter" style="width: 757px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step7.png"><img class="size-full wp-image-126" title="CustomerBPM-Step7" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step7.png" alt="" width="747" height="410" /></a><p class="wp-caption-text">Step 7</p></div>
<p>8. The BPM screen should look like the following. Check the enabled box and click save. Next time you create a new customer record you will see the default value in the Character10 field.</p>
<div id="attachment_127" class="wp-caption aligncenter" style="width: 888px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step8.png"><img class="size-full wp-image-127" title="CustomerBPM-Step8" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/CustomerBPM-Step8.png" alt="" width="878" height="604" /></a><p class="wp-caption-text">Step 8</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2011/02/set-default-value-in-epicor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Click Shipment in Epicor 9.05</title>
		<link>http://www.datixinc.com/wordpress/2011/01/one-click-shipment-in-epicor-9-05/</link>
		<comments>http://www.datixinc.com/wordpress/2011/01/one-click-shipment-in-epicor-9-05/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 15:52:25 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Epicor]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/?p=94</guid>
		<description><![CDATA[We have a customer that wanted to ship items directly from the sales order without having to go through the shipment entry screen. The orders never change and the items are non-stock so they don&#8217;t need the functionality provided by that screen. To streamline this process we created a button on the sales order entry [...]]]></description>
			<content:encoded><![CDATA[<p>We have a customer that wanted to ship items directly from the sales order without having to go through the shipment entry screen. The orders never change and the items are non-stock so they don&#8217;t need the functionality provided by that screen.</p>
<p>To streamline this process we created a button on the sales order entry screen that will automatically ship the order, it mimics the mass shipment functionality from the Shipment Entry screen. Below is the source code you can call from a button click event.</p>
<div id="attachment_117" class="wp-caption aligncenter" style="width: 634px"><a href="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/ShipOrder.png"><img class="size-full wp-image-117" title="ShipOrder" src="http://www.datixinc.com/wordpress/wp-content/uploads/2011/01/ShipOrder.png" alt="Ship Order" width="624" height="455" /></a><p class="wp-caption-text">Ship Order Sample</p></div>
<p>Here is the source.</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;">        <span style="color: #0600FF; font-weight: bold;">private</span> <span style="color: #0600FF; font-weight: bold;">static</span> <span style="color: #6666cc; font-weight: bold;">void</span> ShipSalesOrderMethod<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span>
        <span style="color: #008000;">&#123;</span>
&nbsp;
            <span style="color: #008080; font-style: italic;">// Declare and Initialize EpiDataView Variables</span>
            EpiDataView edvOrderHed <span style="color: #008000;">=</span> <span style="color: #008000;">&#40;</span><span style="color: #008000;">&#40;</span>EpiDataView<span style="color: #008000;">&#41;</span><span style="color: #008000;">&#40;</span>oTrans<span style="color: #008000;">.</span><span style="color: #0000FF;">EpiDataViews</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;OrderHed&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Core</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span> session <span style="color: #008000;">=</span> <span style="color: #008000;">&#40;</span>Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Core</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span><span style="color: #008000;">&#41;</span>SalesOrderForm<span style="color: #008000;">.</span><span style="color: #0000FF;">Session</span><span style="color: #008000;">;</span>
&nbsp;
            Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">CustShipDataSet</span> dsCustShip <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">CustShipDataSet</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">PackOutDataSet</span> dsPackOut <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">PackOutDataSet</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            <span style="color: #000000;">System</span><span style="color: #008000;">.</span><span style="color: #6666cc; font-weight: bold;">String</span> warnMsg <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;&quot;</span><span style="color: #008000;">;</span>
            <span style="color: #000000;">System</span><span style="color: #008000;">.</span><span style="color: #6666cc; font-weight: bold;">String</span> creditMsg <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;&quot;</span><span style="color: #008000;">;</span>
&nbsp;
            <span style="color: #008080; font-style: italic;">// Check if valid EpiDataView Row(s) are selected</span>
            <span style="color: #0600FF; font-weight: bold;">if</span> <span style="color: #008000;">&#40;</span><span style="color: #008000;">&#40;</span>edvOrderHed<span style="color: #008000;">.</span><span style="color: #0000FF;">Row</span> <span style="color: #008000;">&amp;</span>lt<span style="color: #008000;">;</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span>
            <span style="color: #008000;">&#123;</span>
                MessageBox<span style="color: #008000;">.</span><span style="color: #0000FF;">Show</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;No Order Selected&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                <span style="color: #0600FF; font-weight: bold;">return</span><span style="color: #008000;">;</span>
            <span style="color: #008000;">&#125;</span>
&nbsp;
            <span style="color: #6666cc; font-weight: bold;">int</span> salesOrder <span style="color: #008000;">=</span> <span style="color: #008000;">&#40;</span><span style="color: #008000;">&#40;</span><span style="color: #6666cc; font-weight: bold;">int</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#40;</span>edvOrderHed<span style="color: #008000;">.</span><span style="color: #0000FF;">dataView</span><span style="color: #008000;">&#91;</span>edvOrderHed<span style="color: #008000;">.</span><span style="color: #0000FF;">Row</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#91;</span><span style="color: #666666;">&quot;OrderNum&quot;</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
            Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">CustShip</span> custShip <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> Epicor<span style="color: #008000;">.</span><span style="color: #0000FF;">Mfg</span><span style="color: #008000;">.</span><span style="color: #0000FF;">BO</span><span style="color: #008000;">.</span><span style="color: #0000FF;">CustShip</span><span style="color: #008000;">&#40;</span>session<span style="color: #008000;">.</span><span style="color: #0000FF;">ConnectionPool</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">GetNewShipHead</span><span style="color: #008000;">&#40;</span>dsCustShip<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            <span style="color: #0600FF; font-weight: bold;">try</span>
            <span style="color: #008000;">&#123;</span>
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">GetHeadOrderInfo</span><span style="color: #008000;">&#40;</span>salesOrder, <span style="color: #0600FF; font-weight: bold;">out</span> creditMsg, dsCustShip<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                <span style="color: #0600FF; font-weight: bold;">if</span> <span style="color: #008000;">&#40;</span><span style="color: #008000;">!</span><span style="color: #666666;">&quot;&quot;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Equals</span><span style="color: #008000;">&#40;</span>creditMsg<span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span>
                <span style="color: #008000;">&#123;</span>
                    MessageBox<span style="color: #008000;">.</span><span style="color: #0000FF;">Show</span><span style="color: #008000;">&#40;</span>creditMsg<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                <span style="color: #008000;">&#125;</span>
                <span style="color: #000000;">System</span><span style="color: #008000;">.</span><span style="color: #6666cc; font-weight: bold;">String</span> shipToCustomerList <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;&quot;</span><span style="color: #008000;">;</span>
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">BuildShipToCustomerList</span><span style="color: #008000;">&#40;</span>salesOrder, <span style="color: #0600FF; font-weight: bold;">out</span> shipToCustomerList<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">BuildShipToList</span><span style="color: #008000;">&#40;</span>salesOrder, <span style="color: #FF0000;">9</span>, <span style="color: #0600FF; font-weight: bold;">out</span> shipToCustomerList<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">Update</span><span style="color: #008000;">&#40;</span>dsCustShip<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
                dsPackOut <span style="color: #008000;">=</span> custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">POGetNew</span><span style="color: #008000;">&#40;</span>salesOrder, dsCustShip<span style="color: #008000;">.</span><span style="color: #0000FF;">ShipHead</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">PackNum</span>, <span style="color: #0600FF; font-weight: bold;">out</span> warnMsg<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                dsPackOut <span style="color: #008000;">=</span> custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">POGetDtlList</span><span style="color: #008000;">&#40;</span>dsCustShip<span style="color: #008000;">.</span><span style="color: #0000FF;">ShipHead</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">PackNum</span>, salesOrder, <span style="color: #666666;">&quot;PACK&quot;</span>, <span style="color: #0600FF; font-weight: bold;">out</span> warnMsg<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">PreCreateMassShipDtl</span><span style="color: #008000;">&#40;</span>dsCustShip<span style="color: #008000;">.</span><span style="color: #0000FF;">ShipHead</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">PackNum</span>, salesOrder, <span style="color: #0600FF; font-weight: bold;">out</span> warnMsg, dsCustShip<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">CreateMassShipDtl</span><span style="color: #008000;">&#40;</span>dsCustShip<span style="color: #008000;">.</span><span style="color: #0000FF;">ShipHead</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">PackNum</span>, salesOrder, dsCustShip<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
                MessageBox<span style="color: #008000;">.</span><span style="color: #0000FF;">Show</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;&quot;</span> <span style="color: #008000;">+</span> dsCustShip<span style="color: #008000;">.</span><span style="color: #0000FF;">ShipHead</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">PackNum</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">MarkShipmentLines</span><span style="color: #008000;">&#40;</span>dsCustShip<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">Update</span><span style="color: #008000;">&#40;</span>dsCustShip<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
                <span style="color: #000000;">System</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Boolean</span> compliant<span style="color: #008000;">;</span>
&nbsp;
                dsCustShip<span style="color: #008000;">.</span><span style="color: #0000FF;">ShipHead</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">ReadyToInvoice</span> <span style="color: #008000;">=</span> <span style="color: #0600FF; font-weight: bold;">true</span><span style="color: #008000;">;</span>
&nbsp;
                <span style="color: #0600FF; font-weight: bold;">if</span> <span style="color: #008000;">&#40;</span><span style="color: #008000;">!</span><span style="color: #666666;">&quot;&quot;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Equals</span><span style="color: #008000;">&#40;</span>creditMsg<span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span>
                <span style="color: #008000;">&#123;</span>
                    MessageBox<span style="color: #008000;">.</span><span style="color: #0000FF;">Show</span><span style="color: #008000;">&#40;</span>warnMsg<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                <span style="color: #008000;">&#125;</span>
&nbsp;
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">Update</span><span style="color: #008000;">&#40;</span>dsCustShip<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                custShip<span style="color: #008000;">.</span><span style="color: #0000FF;">PostUpdate</span><span style="color: #008000;">&#40;</span>dsCustShip<span style="color: #008000;">.</span><span style="color: #0000FF;">ShipHead</span><span style="color: #008000;">&#91;</span><span style="color: #FF0000;">0</span><span style="color: #008000;">&#93;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">PackNum</span>, <span style="color: #0600FF; font-weight: bold;">out</span> warnMsg<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                <span style="color: #0600FF; font-weight: bold;">if</span> <span style="color: #008000;">&#40;</span><span style="color: #008000;">!</span><span style="color: #666666;">&quot;&quot;</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Equals</span><span style="color: #008000;">&#40;</span>creditMsg<span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span>
                <span style="color: #008000;">&#123;</span>
                    MessageBox<span style="color: #008000;">.</span><span style="color: #0000FF;">Show</span><span style="color: #008000;">&#40;</span>warnMsg<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
                <span style="color: #008000;">&#125;</span>
            <span style="color: #008000;">&#125;</span>
            <span style="color: #0600FF; font-weight: bold;">catch</span> <span style="color: #008000;">&#40;</span>Exception ex<span style="color: #008000;">&#41;</span>
            <span style="color: #008000;">&#123;</span>
                MessageBox<span style="color: #008000;">.</span><span style="color: #0000FF;">Show</span><span style="color: #008000;">&#40;</span>ex<span style="color: #008000;">.</span><span style="color: #0000FF;">Message</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
            <span style="color: #008000;">&#125;</span>
&nbsp;
            MessageBox<span style="color: #008000;">.</span><span style="color: #0000FF;">Show</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;Done&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
        <span style="color: #008000;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2011/01/one-click-shipment-in-epicor-9-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datix &amp; Epicor Road Show November 18th</title>
		<link>http://www.datixinc.com/wordpress/2010/10/datix-epicor-road-show-november-18th/</link>
		<comments>http://www.datixinc.com/wordpress/2010/10/datix-epicor-road-show-november-18th/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 22:22:17 +0000</pubDate>
		<dc:creator>Bryan Sapot</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.datixinc.com/wordpress/?p=84</guid>
		<description><![CDATA[November 18th, 2010 8:45 am to 11:30 am Hilton St. Louis at the Ballpark 1 South Broadway St. Louis, MO 314-421-1776 Free Valet Parking Event Contact: Chris Joliet Datix Inc Business Development (314) 479-4032 chris@datixinc.com Agenda 8:30 am Arrival, Introductions, Coffee and Donuts 9:00 am Who is Datix? 9:15 am Modeling Your Business Processes with [...]]]></description>
			<content:encoded><![CDATA[<table style="width: 531px; height: 113px;" border="0">
<tbody>
<tr>
<td>November 18th, 2010<br />
8:45 am to 11:30 am<br />
Hilton St. Louis at the Ballpark<br />
1 South Broadway<br />
St. Louis, MO<br />
314-421-1776<br />
<strong>Free Valet Parking</strong></td>
<td>Event Contact:<br />
Chris Joliet<br />
Datix Inc<br />
Business Development<br />
(314) 479-4032<br />
chris@datixinc.com</td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="1">
<tbody>
<tr>
<th colspan="2">Agenda</th>
</tr>
<tr>
<td width="15%">8:30 am</td>
<td>Arrival, Introductions, Coffee and Donuts</td>
</tr>
<tr>
<td>9:00 am</td>
<td>Who is Datix?</td>
</tr>
<tr>
<td>9:15 am</td>
<td>Modeling Your Business Processes with XSOL</td>
</tr>
<tr>
<td>9:30 am</td>
<td>Successful Software Evaluation</td>
</tr>
<tr>
<td>10:15 am</td>
<td>Cost Justification, ROI and Datix’s ROI Program</td>
</tr>
<tr>
<td>10:45 am</td>
<td>Overview demonstration of Epicor 9.05</td>
</tr>
<tr>
<td>11:10 am</td>
<td>Customer Testimonial</td>
</tr>
<tr>
<td>11:15 am</td>
<td>Drawing for Rams Tickets</td>
</tr>
<tr>
<td>11:30 am</td>
<td>Conclusion</td>
</tr>
</tbody>
</table>
<p>Key Takeaways:</p>
<ul>
<li>How Modeling your processes will reduce the cost, time and risk of the software selection, implementation and upgrading.</li>
<li>How to take Industry Best Practices as a basis for your Best Practices</li>
<li>When is a good time to implement</li>
<li>What is a compelling event and why is it important</li>
<li>Out of the box functionality</li>
<li>What is new with Epicor 9.05</li>
<li>Implementation and Support Approach</li>
<li>Extraction of data</li>
<li>Embedded vs. Integrated</li>
<li>Ease of use, Ease of Use, Ease of Use</li>
<li>Key Performance Indicators / analytics / Dashboards</li>
<li>.Net SOA Technology lending to ease of use and flexible workflows</li>
</ul>
<p>To register, please email <a title="sales@datixinc.com" href="mailto:sales@datixinc.com">sales@datixinc.com</a> with:<br />
• Name, Title, Company, Number of Attendees</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datixinc.com/wordpress/2010/10/datix-epicor-road-show-november-18th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

