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
sfmakersfmaker 

Displaying custom object list - visualforce page

Hi all,

 

I have a visualforce page that displays a list of custom objects. Here is the code

 

 

<apex:page action="{!URLFOR($Action.Company_page__c.List, $ObjectType.Company_page__c)}" />

 

 

In the list however i can see only the Action and Ref columns, how can I add more columns to this page?

 

Thanks in advance