You need to sign in to do that
Don't have an account?
sfdev1
Customer Portal - Visualforce development
I need to customise my company's customer portal site. I assume I would have to use Visual force for this.
Could somebody provide me with documentation of how one does about doing this? Where can I get documentation on this?
Thanks
Stephen
Customer portal provides the following out of the box customizations:
1- you can change the style sheet via ui
2- you can use custom header and footer html files (stored in documents and file size must be less than 10K) to replace the standard header and footer
3- you can upload your own logo and set your welcome message
This is valuable if you are using standard pages for your portal
If you use visualforce then you can take the full control
you need to associate your visualforce pages with the portal profile and associate the pages to the appropriate tabs or objects depending on your flow.
Message Edited by Bulent on 12-14-2008 07:02 PM
All Answers
Customer portal provides the following out of the box customizations:
1- you can change the style sheet via ui
2- you can use custom header and footer html files (stored in documents and file size must be less than 10K) to replace the standard header and footer
3- you can upload your own logo and set your welcome message
This is valuable if you are using standard pages for your portal
If you use visualforce then you can take the full control
you need to associate your visualforce pages with the portal profile and associate the pages to the appropriate tabs or objects depending on your flow.
Message Edited by Bulent on 12-14-2008 07:02 PM
Hello Bulent,
we created one custom portal, and we are tring to access a visualforce page through link (<a href="#">) .
its opening in a new window with the following error message.
Insufficient Privileges You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary.
But same visualforce page is working fine in production & sandbox environment.
Please any clue would be very helpful.
--sunil
I'm having the same issue and support is telling me that I need a special tag or a separate page to display Visualforce in the Partner Portal. Is this true?
I have verified that the user has access to the object in question and the VF page works perfectly in Production/Sandbox.
Can you provide more details on what you are trying to do and the setups you did so far, and the error you are getting?
if you are using the latest PRM portal (introduced in 2008) then you don't need anything extra to be able to use visualforce within the PRM portal