Skip to main content
Nintex Community Menu Bar
Question

Help with overriding in customer portal

  • July 10, 2024
  • 2 replies
  • 15 views

Forum|alt.badge.img+3

I’m able to get Skuid to override the standard layout for a certain profile when a user logs into the customer portal we have set up. I’m now trying to allow a different profile to access the portal and see the standard Salesforce layout but having no luck. I’ve created a page assignment in Skuid for the profile that I want to see Skuid but the VF page doesn’t seem to want to redirect the other profile to the standard layout… Full disclosure - I’m not a developer and the one person on my team that could help is unavailable so here’s the VF page I’m attempting to use:

<apex:page standardController=“Account” recordsetvar=“a” extensions=“skuid.Redirects”
showHeader=“false” sidebar=“false” readonly=“false” docType=“html-5.0”
action=“{!IF(canUseSkuid,‘’,redirect)}” title=“Credit Application”>
<skuid:page objectType=“CreditOnly” actionType=“Tab” />
</apex:page>

Any insight would be greatly appreciated.

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+3
  • Author
  • July 10, 2024

This is the code that was working before we needed to add another portal user that shouldn’t see the Skuid override:

<apex:page standardController="Account" recordsetvar="c" extensions="skuid.Redirects" showChat="false"

showHeader="false"

sidebar="false" standardStylesheets="false"

title="Credit Application">


Forum|alt.badge.img+3
  • Author
  • July 10, 2024

Nevermind - got it sorted.