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
InfantInfant 

Creating a site service

I have three customer objects created. Where the actual data entry is done and bill is processed.

 

Now i want to allow CUSTOMER to see those bill as part of the website, and also have the option of hyperlink, when they can drill down the data.

 

Kindly note, the data is to be pulled from all the 3 custom objects.

 

Now if i want to create such site using VisualForce. How to go about? And also i have one doubt, do i need to associate the visual page with customer object like STANDARD CONTROLLER = "Position__c").

 

Would be a great help if you can share some examples or steps in general.

 

Thanks in advance

Best Answer chosen by Admin (Salesforce Developers) 
wesnoltewesnolte

Hey

 

You can find some help at http://wiki.developerforce.com/index.php/Force_Platform_Developer_Guide in chapter 14, although some of the other chapters will probably help too.

 

Cheers,

Wes