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
Steve_Test_Non_MultiSteve_Test_Non_Multi 

"Hidden" tabs not captured in Ant or Eclipse

I am running into an issue which I don't recall encournting before.  

 

I am doing some profile extracts through Ant to migrate them to another environment, but the profile output is not capturing tab visibility for Hidden tabs.  Any tabs marked as Default On or Default Off are displayed in the XML, but nothing for Hidden.  The issue then is what when I load these in the new org, all those which should be Hidden are Default On.  

 

In my package.xml I reference all my tabs, so no clue why those marked as Hidden in the org aren't showing up in the XML.  

 

Anyone have any ideas?  It's making profile migration almost impossible since I need to mark everything as Hidden again.

Nate ZhangNate Zhang

Came across the same problem too, anybody shed some light?