Hello,
Can someone provide me an example how an upgrade codeunit that would uninstall the apps that depend on the extension I am publishing, and reinstall it after my extension is installed? I want to be able to publish this main extension seamlessly without having to uninstall and reinstall the app that depends on it every time.
App 1 is my core, App 2 depends on it. I want to consistently publish SchemaUpdateMode: Synchronize App 1 without worrying about App 2.
Thank you,