Hello Folks,
Is there any one made a D365 FO package validation while deploying in LCS.
For example, we have to restrict the package for specific Tenant IDs.
I believe we can prepare a custom Powershell script to be added in the Package itself.
Wondering if someone already achieved this.
Reason behind the requirement is some customers are taking advantage of latest version package which includes more feature where few customers are not entitled to use the latest version. However we control the solution with ISV License.
Thanks
One way to achieve this is by creating a custom PowerShell script that validates the package during deployment in LCS. This script can be added to the package itself and can restrict the package for specific Tenant IDs. This can ensure that customers are not taking advantage of features they are not entitled to use, and the solution can be controlled with ISV License. However, it’s important to note that this may require some custom development work and testing to ensure it works as expected. If anyone has already achieved this, it would be helpful to hear about their experiences and recommendations.