Hi
We have individual databases for each of our customer-company.
What would be a best practice to manage objects or parts of objects globally?
Example:
We have to add an XML-tag to a certain report. We have this exactly same object (or partially same with some customizations) now in multiple different databases.
Is the only way to update this object in every database following procedure:
- Open each Instance of NAV
- Copy and paste the additional line of code to the each instance's object?
0
Comments
Whether you go the tenant route, or separate databases, you could also use Powershell to write scripts to deploy those object files. That way you don't have to open any of the databases manually.
RIS Plus, LLC