Deployment Error:
- You may not turn off permission Lightning Console User for this License Type
Resolution:
This is a default permission and cannot be set to FALSE. Set it to TRUE in the xml file and deploy.
<userPermissions>
<enabled>true</enabled>
<name>LightningConsoleAllowedForUser</name>
</userPermissions>
Deployment Error:
You may not turn off permission View Help Link for this License Type
Resolution:
This is a default permission and cannot be set to FALSE. Set it to TRUE on the XML file and deploy
<userPermissions>
<enabled>true</enabled>
<name>ViewHelpLink</name>
</userPermissions>
Deployment Error:
You may not turn off permission View Help Link for this License Type
Resolution:
This is a default permission and cannot be set to FALSE. Set it to TRUE in the XML file and deploy
<userPermissions>
<enabled>true</enabled>
<name>AllowViewKnowledge</name>
</userPermissions>
Deployment Error:
"You may not turn off permission Enable Chatter for this License Type"
Resolution:
This is a default permission and cannot be set to FALSE. Set it to TRUE on the XML file and deploy.
<userPermissions>
<enabled>true</enabled>
<name>ChatterInternalUser</name>
</userPermissions>