Hi All,
I need to migrate master data (for a start) from GP (Great Plains) to Accpac and if data change in GP, update the records in Accpac again.
I've created stored procs in GP, that render the information and insert the data in ODBC tables, that I then manually import from the respective Accpac Form (Customers -> File -> Import -> File type (ODBC) etc etc). This actually works very well, since insert/update is automatically taken care of...
The next step will be to automate the process, but when I record the macro, the procedure only record the open/close of the module and not the actual import or selection on the form.
Is this achievable? Any COMAPI secrets you've encountered?
Thanks in advance...
I need to migrate master data (for a start) from GP (Great Plains) to Accpac and if data change in GP, update the records in Accpac again.
I've created stored procs in GP, that render the information and insert the data in ODBC tables, that I then manually import from the respective Accpac Form (Customers -> File -> Import -> File type (ODBC) etc etc). This actually works very well, since insert/update is automatically taken care of...
The next step will be to automate the process, but when I record the macro, the procedure only record the open/close of the module and not the actual import or selection on the form.
Is this achievable? Any COMAPI secrets you've encountered?
Thanks in advance...