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

Custom console component contains an invalid location.
Hi Team,
We are getting the following error while deploying
Custom console component contains an invalid location.
Any pointers/suggestions are welcome
Many Thanks :)
We are getting the following error while deploying
Custom console component contains an invalid location.
Any pointers/suggestions are welcome
Many Thanks :)
See the below link,
https://developer.salesforce.com/forums/ForumsMain?id=906F00000009FQgIAM
Regards,
Ashish
Thanks for your reply.
The issue was resolved by myself.
Is is due to differenece in the Caps for the Location Value
I find no guidance in SFDC Known Issues about how to deploy changes to page layouts containing custom console components when the source sandbox is in Spring and target organization is in winter.
Production:
<customConsoleComponents>
<primaryTabComponents>
<component>
<height>250</height>
<location>bottom</location>
<visualforcePage>AccountCEIsAssets</visualforcePage>
</component>
<component>
<location>right</location>
<visualforcePage>AccountRelatedLists</visualforcePage>
<width>600</width>
</component>
</primaryTabComponents>
</customConsoleComponents>
Test:
<customConsoleComponents>
<subtabComponents>
<component>
<height>125</height>
<location>Bottom</location>
<visualforcePage>AccountCEIsAssets</visualforcePage>
</component>
<component>
<location>Right</location>
<visualforcePage>AccountRelatedLists</visualforcePage>
<width>650</width>
</component>
</subtabComponents>
</customConsoleComponents>