You need to sign in to do that
Don't have an account?

Can't disable access to standard apps when deploying new profile via migration tool
Am using the migration tool to deploy a new profile. The profile is meant to have access to only a single application. However, after deployment, the profile has access to all the standard apps (sales, marketing, etc.), even though the standard apps are not referenced in the metadata file. How can I deploy the new profile such that access to these apps is disabled? Note that the profile is for a Salesforce license (i.e. not a platform license).
Have tried adding entries similar to the following to the metadata file but Salesforce complains that the app does not exist (in this case, sales):
<applicationVisibilities> <application>Sales</application> <default>false</default> <visible>false</visible> </applicationVisibilities>
Even the list-metadata command does not show any of the standard apps.
https://developer.salesforce.com/docs/atlas.en-us.daas.meta/api_meta/meta_profile.htm
"In API version 29.0 and earlier, this field supports custom apps only. In API version 30.0 and later, this field supports both standard and custom apps."