Skip to main content
Nintex Community Menu Bar
Question

Managed package tab overriding Not working

  • July 9, 2024
  • 1 reply
  • 2 views

Forum|alt.badge.img+1

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

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

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.