Adapter Documentation

@josecgomez

I downloaded that yesterday and began looking through it, and I did find the LaborSvcContract which looks like it is what I would want to use. However, this is where my ignorance with Epicor comes in. For instance, how am I to determine how I should set/get data from the database? Should I use a LaborAdapter (Erp.Adapters.LaborAdapter)? I thought that would have been the same as Epicor.Mfg.BO.Labor was in E9, but it is not.

LaborSvcContract on the other hand does look closer to what Epicor.Mfg.BO.Labor was in E9, but I don’t know how to be sure. One of the big noticible differences that I see is that LaborSvcContract has the same syntax that I was using in E9 (for .GetRows, Update, etc) but it uses Tablesets (?), while LaborAdapter is using DataSets as I am used to using but the signatures of the methods are completely different.

It boils down to “I don’t konw what I don’t know”. And not knowing is the hardest part of it all. I am finding myself becoming more frustrated as the days go on. It has been close to a month that I have been working on this, and I am still basically stuck at the beginning, trying to get the LaborAdapter stuff figured out.