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
ahmay85ahmay85 

Accounts Home, Contacts Home, Leads Home, opportunity Home can be customize the page layout?

Since we have create custom report, and some of the standard report are hidden by SA.

 

But the Accounts Home, Contacts Home, Leads Home and Opportunities Home Page have a report panel to link to the report.

 

So of the report is not use at all, but they still can link to the report without functions.

 

So can we customize the report link on the page layout for those object's home?

Thanks

 

Best Regards,

May

werewolfwerewolf
Those are called "Overview Pages," and they cannot presently be customized or laid out, although you can override them with a Visualforce page if you want by overriding their tabs.
ahmay85ahmay85

Let say i create a visualforce page, for overview page, they have some record it recently add or update will display on the page, how i write the code retrive the latest record?

 

Thanks

werewolfwerewolf
Maybe by selecting the records with a limit of 10 (say) and ordering descending on last modified date?