Hello,
We want to remove a package that was previously installed in the UAT environment. This package is already long time ago removed from a dev environments, but we noticed that it still exists in UAT, etc..
The deployable package where I want to include the "ModuleToRemove.txt" file is build in devops (Build machine).
What I can't understand from the Docs links below is this part
- All references to and from the modules must be removed before you begin to uninstall the module. To remove all a module's references, add a single class to the model. This class should contain no code. It should contain only a reference to the application platform.
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/deployment/uninstall-deployable-package#prerequisites
Where should I add the class? In which model? in the one that we want to remove? But this model isn't included in the deployable package already, since it was removed a long time ago from Dev environments.
What does it exactly mean that the class should only contain reference to the application platform? How class can have a reference to a application platform package?
Does anybody have maybe a step by step guide of it with screenshots?
Thanks.