Overview:
When deploying packages to Salesforce, an error occurs: The user license doesn't allow the permission: SubscribeToLightningReports.
Root Cause:
This is a known Salesforce issue that is currently being worked.
Solution:
There are two possible solutions:
- Open a ticket with Veeva Support to contact Salesforce so that a fix can be applied to destination orgs.
- Add the following to the XML in the package:
<userPermissions>
<enabled>false</enabled>
<name>SubscribeToLightningReports</name>
</userPermissions>
Related Documentation:
Salesforce Help Documentation: Known Issues · In Review
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you