
Related list buttons (1) are located in the upper-right corner of each related list card. If there are multiple buttons, use the pull-down menu to access them. Each item in a related list card includes a link (2) that opens the related record.
Full Answer
How to create a list of related objects in Salesforce?
You have to create another custom object. On the new object create new field of type lookup relation or master-detail to the first object. While creating this field you will be asked to add the related list to the first object layout choose yes. Now when you go to first object's record you will find the related list.
How to save list of related accounts in Salesforce?
Account record 3. under Related, click the section on where the related lists are eg. "Contracts", "Projects" etc. 5. Choose "List" and SAVE May I suggest you please refer the below link to reference. hope it helps. Please mark it as best answer if the information is informative.
How to edit related list properties in Salesforce?
Scroll down to the related lists section. c. Highlight the "Production Orders" list. d. Click "Edit Related List Properties". e. Remove the autonumber field from the list of selected field. f. Add the second primary object's name field to the list of selected objects.
How to find related list in Salesforce Lightning?
1. in Lightning, open the record where these related list are associated with eg. Account record 3. under Related, click the section on where the related lists are eg. "Contracts", "Projects" etc.

How do I use related lists in Salesforce?
Add, Remove, or Edit Related ListsClick. , then click Setup.From Setup, click the Object Manager tab.Click an object, for example, Course.Click Page Layouts.Click an page layout, for example, HEDA Course Layout.Modify the related lists. To add a related list, in the palette, click Related Lists. ... Click Save.
How do I add a related list to a lightning page?
1:062:07How to Add a Related List to a Page in Salesforce Lightning (Spring '20 ...YouTubeStart of suggested clipEnd of suggested clipClick Edit Page. Find the component that you want to add in this case it's a related list singleMoreClick Edit Page. Find the component that you want to add in this case it's a related list single version so if you are just gonna do.
Can you filter related lists in Salesforce?
2) Choose related list on which you want to change or modify filters and click on the wrench icon to open properties. 4) Click on ok and save the page layout. 5) Open the related list and click on filters section and the filters section will show all the filters added as columns in the related list.
How do I enable enhanced related list in Salesforce?
Steps to add Enhanced related list in lightning experience:Go To | Record detail page | Click on setup | Edit Page.Drag the related list from the left sidebar in Related tab.Now change the Related List Type to “Enhanced List”.
How do I add a related list in Salesforce single?
Related List - SingleAdd the Related List - Single component to the page and select it.In the property editor, configure properties for the component: Property. Details. Related List. The specific record type to retrieve and display for the page context. Layout Design.
How do I add a related list Quick Link in Salesforce lightning?
To Add Related List Quick Links to the Page Layout:On the right hand of the screen, under Lightning Components, find Related List Quick Links.Click and drag the component to the Page Layout screen. It can be placed in the Side Bar or in the heading.
What is related lookup filters in Salesforce?
Improve user productivity and data quality with lookup filters. Lookup filters are administrator settings that restrict the valid values and lookup dialog results for lookup, master-detail, and hierarchical relationship fields.
How do I use CMTD enhanced related list?
Administrator needs to have the correct fields' API name handy to start creating the records. Once the CMT records are created, drag and drop the "CMTD Enhanced Related List" component in the App Builder. Use your creativity of the available display type to suit your design.
How do I hide a related list in Salesforce?
0:030:54How to hide related lists in the record details page? - YouTubeYouTubeStart of suggested clipEnd of suggested clipSide if you wanted to hide any one of these related lists click on the three horizontal lines nextMoreSide if you wanted to hide any one of these related lists click on the three horizontal lines next to the related list and select the related list and move it to the unselected.
How do I add a related list to page layout?
Add Related Lists to Page LayoutsFrom Setup, open Object Manager, and use Quick Find to select the object to change.Click Page Layouts and Related Lists. Add these related lists to the page layouts. Object. Related List. Account. ... Click Save.
How do I update a related list in Salesforce?
Customize Related ListsAccess the page layout editor.To edit a related list, double-click its tab. ... Select which fields to include in the related list, define the order in which the fields display, and select the record sort order. ... If desired, select other page layouts to apply your related list customizations to.More items...
Which functionality is available when enhanced lists are enabled?
Enhanced lists give you the ability to quickly view, customize, and edit list data to speed up your daily productivity. When enabled with the Enable Inline Editing setting, users can also edit records directly from the list, without navigating away from the page. This option is enabled by default.
When Is Direct SOQL Useful?
The S-Docs Direct SOQL feature is a valuable option when your standard related list option still does not meet your requirements.
Using Direct SOQL
Open your template in the editor and then click on the Source button. You will need to add a section similar to the example below. Place it where you want the related list table of data to be inserted.
Advanced SOQL
If you want even more control, you can type the exact SOQL statement you want executed by adding a <SOQL> tag.
