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
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! […]
Hello World in Golang
GOlang takes a fresh spin at something we are all familiar with, it does it class and performance. I have recently had the chance to delve into the intricacies of GO and I have decided to dedicated part of my blog to it as a resource for future programmers.