Hi. I have the following problem:
I have 2 databases with different locales (country specific). The users operate all the transactions in one database and the 2nd database must be synchronized automatically with the 1st and especially the bookkeeping accounts.
To achieve this must detect and write synchronization code in all the CU, tables, forms and report in the 1st database where posting routines are involved or is there a more elegant way to make an interface between the two databases?
thank you
0
Comments
These are used for logging.
To use it, you must enable logging T402:"Change Log Setup"."Change Log Activated" = yes and you need it in the license.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
where can I enable logging?
Administration->Application Setup->General->Change Log Setup
After activating it, you have to click the setup button and select the tables and events being logged.
Best Regards
Ufuk
Pargesoft
Is not possible to use the Intercompany Posting for this?
If it's only the G/L Account table you need to sync, you can write some code in the OnInsert, OnModify, OnDelete trigger to export the data, send it to the other company, and import that data. But if it also concerns Entry tables, Posted Documents etc. you'll have to write a lot of code (and you have to write it 2 times: one for exporting and one for importing).