I’m following this tutorial http://help.skuidify.com/m/getting-started/l/102647-override-a-standard-salesforce-tab-page-layout
And I created a VF Page ‘RamoTab’ with the code:
<apex:page standardController=“alas1__Ramo__c” recordSetVar=“c” extensions=“skuid.Redirects” action=“{!redirect}?page=RamoTab”>
</apex:page>
But when trying to override the default Tab (Step 8 of the link) my page is not listed. If I try to override the List instead of the Tab I do get the page listed. What am I missing?
Consider that: I’m on an org with namespace ‘labs01’ which has Skuid installed and my ‘alas1’ managed package as well. The VF page ‘RamoTab’ is under ‘labs01’ namespace.
