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
Carl MahCarl Mah 

Publicly accessible VF page through Sites

Hello Devs
I have a custom object ABC__c and it will have about 10 custom records.

The custom record page layout will have a list of fields and some "related lists objects"

For example, let's assume that one of the custom records  URL is:   http://cs80.salesforce.com/ABCDEFGH1
The page layout and page is NOT currently in VF and is a standard SFDC layout/look/feel.

Is there a way to convert that page into VF and still retain the same look and feel?

The aim of this is that we want each of the 10 records to be visible to 10 individuals who will access each URL via SITES.
e.g 
http://cs80.salesforce.com/VFPageName/CustomObjectRecordIdABCDEFGH1     will be accessed by person 1
http://cs80.salesforce.com/FPageName/CustomObjectRecordIdABCDEFGH2        will be accessed by person 2
http://cs80.salesforce.com/FPageName/CustomObjectRecordIdABCDEFGH3        will be accessed by person 3
http://cs80.salesforce.com/FPageName/CustomObjectRecordIdABCDEFGH4        will be accessed by person 4

I'm very new to VF so forgive me if I'm asking something basic here.

Thanks in advance!