Skip to main content
Nintex Community Menu Bar
Question

Custom Object Tab Overide not functions

  • July 9, 2024
  • 2 replies
  • 5 views

Forum|alt.badge.img+3

I’m having an issue with overriding a custom object tab. When clicked, it looks like an override URL is launched but then it quickly redirects to the original tab page.

Here are the steps that I’ve taken.

  1. Created the skuid list page. (photo included)

  2. Created a new VF page with this markup
    <apex:page showHeader=“true” sidebar=“true” readonly=“true” docType=“html-5.0”
    title=“RentalListingPage”> <skuid:page objectType=“pba__Listing__c” actionType=“Tab” /> </apex:page>

  3. Gone into the custom object and connected the tab page to the Tab button.

I’ve added a few photo

2 replies

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

It looks like you are using the VF syntax that is used with page assignments.   This means you will need to go to the page assignment tab of the Skuid app and add the relevant records taking appropriate users to the skuid page. 

Or you will need to go back to the override tutorials and use the syntax that doesn’t use page assignments and gives the skuid page to everyone. 


Forum|alt.badge.img+3

Thanks a lot Rob!

Much appreciated.