Using C# in Visual Studio to Pull E10 Data

What is the method/script used to connect to Epicor 10 tables using C# in Visual Studio? I’ve connected to E9, but E10 is a different animal.

Use REST that is the simplest best method

4 Likes

I’m pretty sure the preferred way is via the REST API

Edit: ah beat me to it.

2 Likes