Programming
William Asks: Trying to fire off the ImportEDI demand process from VB.NET with: backup process checkbox checked Import folder being \\taf2k8edi1\epicor\edidata\inbound\demand. Continuous process is false. This can be accomplished by establishing a session on the VB/C# application and creating an instance of the ImportEDI process as shown below. After running a trace on Epicor you can […]
Continue reading about Submit EDI Import Process from External Process on Epicor 9
Sometimes the libraries you need can not be compiled into the code you are writing. But this doesn’t mean that you can’t still use them, using reflection you can load any library dynamically into your code and execute any method within it. The below example demonstrates how to dynamically load the Microsoft Interop Library for […]
Continue reading about Dynamically Load and Invoke an Outlook Email at Runtime using Reflection
How to change the appearance (background) of an Input Control in Epicor ERP 10 Configurator
Continue reading about Epicor ® ERP10, changing the appearance of a configurator input control
A few years ago I wrote an HTML Editor control that can be used with the .NET framework. Until recently it lay in obscurity being used from time to time by my and a few other people that found it online. Recently Joshua from Perficiency Development made some enhancements to it when he was trying to get it to work with Epicor. With this new enhancements and someone else asking about it on the Epicor mailing list I decided to throw together this short tutorial on how to get it working in Epicor.
Continue reading about Using an HTML WYSIWYG Editor with Epicor
An easy to use WYSIWYG HTML Editor for the .NET Framework and Epicor
All the time I see on the list the request to export a Crystal Report from Epicor to PDF. I’ve done this many times different ways but this is my favorite, it can be done without having to bring in external libraries and it allows me to use Reflection. If you attended my talk at […]
Continue reading about How to Export a Crystal Report through code by using Reflection in Epicor
Credit where credit is due, I ran across this elsewhere a while ago and figured i’d give it a shot in C#, sadly I don’t remember where I saw it, but either way I present to you a new awesome sorting algorithm. If all the stars align and your list is short enough this will sort properly! […]
Update 2/22/2013 Since EverNote has changed the authentication mechanism, this will no longer work as is. An update may be released some day. But as of now it does not work. Update 6/6/2011:New Version Released Minor Bug Fixes Update 6/2/2011: New Version Released Application will automatically update next time it is launched. Added ability to […]
Continue reading about ESticky Note built on the Evernote® platform