function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jbovedajboveda 

Migrating Standard Tab Visibilities using Force.com IDE

Hello,

 

I'm having trouble with migrating tab visibility in the Force.com IDE. In the profile XML, I do not see settings for any standard tabs. I see my custom tabs show up as:

 

    <tabVisibilities>
        <tab>CustomObject__c</tab>
        <visibility>DefaultOff</visibility>
    </tabVisibilities>
    <tabVisibilities>
        <tab>AnotherObject__c</tab>
        <visibility>DefaultOn</visibility>
    </tabVisibilities>

 

But when I insert an entry for standard tabs, I error out.

 

Any idea how to set tab visibilities in SalesForce via the IDE?

 

Thanks in advance.

 

Ashish_SFDCAshish_SFDC

Hi Jboveda, 

 

The standard tabs are shown as standard-Account etc as below, 

 

<tabVisibilities>
<tab>standard-Account</tab>
<visibility>DefaultOn</visibility>
</tabVisibilities>
<tabVisibilities>

 

If you are not able to save the changes to server,  let us know the exact error on the IDE for better understanding the issue. 

 

Regards,

Ashish, Salesforce.com
If this post answers your question, please mark this post as Solved.