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
Chamil MadusankaChamil Madusanka 

Use Object in visualforce (Not as the standardController)

Hi All,

 

is there any possibility to use an object in a visualforce page without named as the standardController?

 

Thanks in Advance

--

Chamil Madusanka

 

WesNolte__cWesNolte__c

Hey

 

Depending on your needs you could use a Controller Extension: http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_extension.htm

 

Perhaps you need a full custom controller though. Let me know if that page helps.

 

Wes

aballardaballard

Sure, if it is either accessed via a lookup or relationship from the standard controller record, or provided via a controller extension.