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
BenzingaBenzinga 

Custom Object Add Fields Under Recent

Under the "recent" section, I want to add additional fields - as it is only showing one field.

 

How would I go about doing this?

aalbertaalbert

The value displayed under "Recent Items" component is the Name field of the object. If you hover over that link, you can display the "mini page layout" associated with that specific record page layout. To configure that, you can go to the object -> Page Layouts -> Edit the specific page layout. Once in edit mode, you will see a "mini page layout" hyperlink. Configure that to display the additional fields. Once saved, whenever a user hovers over the recent items of that object type, the mini page layout will render. 

BenzingaBenzinga

No, like I have a custom object called "Customers"

 

Currently it only shows the last name field, under the "Recent Customers" section.

 

I want it to show additional fields.

aalbertaalbert

Ah, you need to configure the custom object search layout Tab. Go to the custom object under Setup, scroll down to the "Search Layouts" section, edit the one that says "Tab". For example "Customers Tab".