Hi all,
I have a SaaS application that manages employee time cards and scheduling for payroll (and currently jobs in BC).
We are looking to integrate into GP, and would like to know what method people are using these days. From what I know, there are several options: eConnect, Dexterity, Web Services, .NET SDK, (maybe more?).
We would be reading from and reacting to events from the GP payroll tables (this would be for keeping things like employee records, departments, positions, etc in sync to the SaaS app). I come from the BC world where I can subscribe to webhooks for table changes, so similar functionality would be nice.
We will also be pushing values into the time entry tables from the SaaS app. Right now we initiate a "push" from the SaaS app to BC, but if necessary we could do a "pull" from GP.
I am primarily a .NET developer, so that's where I'm most comfortable.
Just looking to get some feedback on which method to get started with.
Thanks!