
Hi all,
I have developed a ISV solution for D365 FO using the guideline provided by Microsoft https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/isv-licensing
We are intending to license our ISV solution to customers on user count subscription. As per the document while creating customer specific license for ISV solution, we can mention user count in the license.
The document mentions that we can write custom logic to validate number of users who CAN use the ISV solution.
However after lots of R&D, I am not able to find a way where I should write custom logic to limit number of users mentioned in license from using the ISV solution.
Regards,
Soheb
Hi Soheb,
There might be different ways to achieve this. Do you have any preference for blocking assigning certain security roles containing permissions to objects part of your solution or do you e.g. have a table where you can setup user specific settings for your ISV solution? If you have an own setup table with a record per user, you can do the count on this table and at creation validate the count.