Hard-Code a Default View using a View ID
- Click Conga Grid Explorer.
- In the object list, click Conga Grid Views.
- Open the view that you want to set as the default view. You can double-click the associated record or click the View link.
- Copy the 18-digit Salesforce ID in your web browser URL, for example:
- In Salesforce, click Setup.
- Click Develop and Visualforce Pages.
- Click the Edit link next to the Visualforce page associated with the related list (view).
- Click the Visualforce Markup tab.
- In the ViewID field, paste the view ID field that you copied earlier.
- Click Save.
Opening this Visualforce page will now load the specified view as the default view.
This overrides the default settings of a view. So if you hard-code a view that is not set as the default view, the Visualforce page treats the hard-coded view as the default view.