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
arkusarkus 

Exposing Custom User fields within Customer Portal "Profile" page

I need to allow a Customer Portal user to update more fields then just the standard out of the box fields provided on the Update Profile page within the Customer Portal. I create the fields on the User Record and made them available to the Portal Profile I'm using - I just can't get these fields to display within the portal - is there a way to do this? 

aalbertaalbert

You can create a Visualforce page and supporting Apex Controller to display these fields and include that page in the portal UI. The Apex controller queries the logged in User fields and the VF page displays them.