Dear All,
I have requirement that master tables of one company will copied to another company exist in another database.
Is it possible to do it automatically & by configuration packages?
Please guide.
*This post is locked for comments
Dear All,
I have requirement that master tables of one company will copied to another company exist in another database.
Is it possible to do it automatically & by configuration packages?
Please guide.
*This post is locked for comments
If you have two separate databases for which you would need to synchronize the master data, I would also suggest to use web services (OData). You can start here: msdn.microsoft.com/.../dd355398(v=nav.90).aspx and ask questions if any in a new forum thread.
Dear Sir,
Thanks. Is there any guide available with you or any reference for this?
For this i think you can use web services to create the master as soon as it is created in the Live company.
Dear Sir,
Thanks but my scenario is diff. I have 2 diff physical servers. One is Live & another is Test.
I want to update masters of Test as soon as it is inserted in Live or after some periodic activity. There is only single company in both databases & tables with objects are same.
Is there any possibility to automate this process in NAV interface using standard features like packages?
How about making table common to companies.
Check for DataPerCompany property of table
Is there any possibility to automate it by configuration packages?
If yes can you please provide any document related to same.
I would recommend using of configuration Packages.