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
smagee13smagee13 

Sites and Customer Portal

Hello all, new to sites and customer portals.

 

I have my site created and associated to a customer portal.  I've modified the standard VF page for site login to skin it with my corporat branding.

 

What Im looking for is some guidance on is if there is a standard customer portal controller I can use, and simply customize VF page to run it.  I would like to continue my branding into the portal and make use of all the standard portal functionality, security, and data rights I have setup.  All I want to do is create a VF page for the portal, to use my branding, and make use of a standard controller for the CP. 

 

Does one exist, any code samples exist out there?

 

Thanks 

Best Answer chosen by Admin (Salesforce Developers) 
BulentBulent

There are standard controllers for every object (controllers are not for portal, but for objects)

You can find more information in the visualforce developers guide