Sunday 15 February 2015

Redirecting to a Standard Object List Page

For buttons or links that navigate a user to a standard tab, you can redirect the content to present a list of standard objects.

Create a Visualforce page with the following markup:


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

No comments:

Post a Comment