You need to sign in to do that
Don't have an account?
sfmaker
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