Hi,
I have a CRM solution that I currently export as a 8.0 solution. This solution is bundled in a .zip for the CRM package deployer for distribution on the MS AppSource.
I would like to add some functionalities introduced in, let's say, CRM 8.2 to my solution and enable them only when installed in CRM 8.2. In other words, when I import my solution:
- In CRM 8.0, 8.2 functionalities are ignored.
- In CRM 8.2, 8.2 functionalities are enabled.
Is it possible to either:
- Bundle multiple solutions in my CRM package and only import those that are supported by the CRM instance where they are being imported?
- Or have something in my solution definition that tells CRM to ignore the "8.2 only" nodes?
- Anything else that would do the same thing?
I do not want to end up with 2 solutions on the app source, one for 8.0 and another for 8.2.
*This post is locked for comments