function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MarinaMartinMarinaMartin 

Selectively Displaying Tabs in Customer Portal

Hi all,

 

Is there a way to selectively display a tab in the Customer Portal based on criteria (e.g. custom_boolean_field__c == true)? I've read through the documentation but I'm now under the impression my only option is to create a duplicate customer portal... which seems like overkill for this one use case. Any ideas?

 

Thanks in advance.


Marina

mike4adaymike4aday

Marina,

 

You could use a custom Force.com Site and associate it with the customer portal. That would give you full control over the look-and-feel (but requires some Visualforce and Apex coding).

TrimbleAgTrimbleAg

Hello,

 

You can actually control what tabs are seen by the profile.

 

Never use the standard profile for portal customers, copy them and you can control the profile, standard profiles limit the control.

 

 

PB