Are there any stored procedure to create/update customer and customer contact?

SOLVED

I recently started working with sage 500 api which is really a set of stored procedures. At this stage, I want to create/update a customer as well as the corresponding contact. Does anyone have any idea of what stored procedures to use for this purpose or please point me in a good direction to kick-start this process? 

Will appreciate any kind of help because I can't find any documentation or useful stored procedures yet!

Parents
  • 0
    Sage has a tool called Data Migrator which can import customers. It loads a tarCustomer record(s) from a staging table called stgCustomer. Do a quick search for stgCustomer. One of the stored procs will be the one you are looking for. There will be no documentation but it should be pretty easy to use.
Reply
  • 0
    Sage has a tool called Data Migrator which can import customers. It loads a tarCustomer record(s) from a staging table called stgCustomer. Do a quick search for stgCustomer. One of the stored procs will be the one you are looking for. There will be no documentation but it should be pretty easy to use.
Children
No Data