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
AbAb 

advantages and basics of creating Sites

Hello,

I wanted to know the advantages of creating the Sites in SF and what are basics i should know.

thanks for suggestion !
Best Answer chosen by Ab
EldonEldon
HI sandrine,


Advantages of Force.com sites are they are suitable for developers with experience using Visualforce, Force.com Sites lets you build custom pages and Web applications by inheriting Force.com capabilities including analytics, workflow and approvals, and programmable logic. So if you are looking to create sites programmatically using Apex and APIs, Force.com Sites is the product for you. Here’s what you can achieve with Force.com:
Create public, branded pages that anyone can access.
Leverage Visualforce to create private pages that you can add as a tab within your community.
Write your own controllers, or extensions to controllers, using Apex code.
Create custom login or self-registration pages.
Build dynamic web applications, such as an event management application.

To start refer : https://developer.salesforce.com/page/An_Introduction_to_Force.com_Sites
Refer: https://developer.salesforce.com/docs/atlas.en-us.salesforce_communities_implementation.meta/salesforce_communities_implementation/communities_sites_which.htm


Regards