Create an Advanced Page
Developers can create a Community Hub page using a Visualforce page they've already created and set user access.
- In the Force.com App Menu, select Community Hub Setup.
- In the tab bar, click Pages.
- Click New Page.
- In
Name
, enter an easily recognizable term to identify the page. In
Description
, enter a description of what the page does.In
Url
, enter "/apex/
" then the name of the Visualforce page to display in Community Hub. Example:/apex/mynewpage
.The page URL can be deeper than one level, just remember that it must be 80 characters or less. Example:
/account/profilesnapshot
./mynewpage
If you want to grant or revoke access to the page, in
Access Control
, select the access control which grants the access you want to use.Deactivated access controls cannot be selected.
- Click Save.