I have a managed solution which we deploy to customers, this package contains a number of plugins used for integration activities.
We also create customer specific solutions when they require customizations to the core offering, this results in alot of code duplication from the core offering.
Does dynamics have the ability to create managed global packages / classes that can be accessed via other solutions? I'm trying to identify ways to remove the need for duplication.
In out Salesforce managed package you can have global classes / method which are then visible to any other solution/ package running in the environment, does dynamics have something similar?