Our store orders will be added to another database used by in-house application.
I need to store the following information:
For orders:
Date the order was copied to the other database
The primary key of the record created in the other database.
For customers:
Date the customer was copied to the other database
The primary key of the customer in the other database.
Yes, I can create separate tables with FK to orders and customers and insert rows there but I wonder if anyone here has another suggestion. Did anyone added fields to Orders without breaking the application? Are there any fields already existing such as THUB_POSTED_TO_ACCOUNTING and THUB_POSTED_DATE and THUB_ACCOUNTING_REF? I am not sure how these fields are being used.
Thanks
Moshe