Skip to main content

Managed Package tab overriding was not working

sfLma__License__c: Object API name

P00001_Licence_Tab :Skuidpagename


<apex:page standardController=“sfLma__License__c” recordSetVar=“c” extensions=“skuid.Redirects” action=“/apex/skuid__UI?page=P00001_Licence_Tab&save_new=1&sfdc.override=1&tsid={!$CurrentPage.parameters.tsid}”/>


In Buttons and link Pagename is not visible

In our org we have the same managed package. (Nice to have other ISV’s using Skuid!) Here is the code we use for our VF Page:


<apex:page doctype="html-5.0" readOnly="true" sidebar="false">
<skuid:page actiontype="Tab" objecttype="sfLma__License__c"/> </apex:page>

Then we have a record in page assignments that sets the “Tab action” on the sfLma__License__c object to a particular Skuid page for the entire organization.