Help & Support

Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More

Have Questions?

CMTD Enhanced Related List

Boost your Lightning implementation with CMTD Enhanced Related List

Free  

Never requires payment

Try It
Business Need
Productivity
Requires
Sales Cloud
Service Cloud

Rating

Reputation

MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
4.01
Lifetime average
Showing 10 of 93 Reviews
Sort by

Very powerful (once you get your head around it)

Offers great power to be able to bring in lists of records with a more complicated relationship. Simply wouldn't be possible to do some of these things with standard related lists. Feature request: It would be great if the filter syntax could support dynamic merge fields. Perhaps filter syntax like this: * ParentId != $CurrentRecord.Case__c Where: * ParentId would be a field on the object specified in 'Object API Name' * $CurrentRecord.Case__c would clearly be a field from the current record whose Lightning Page we are looking at For my use case, I am using CMTD ERL to show EmailMessages on a Lead. And it works great! In my org: * EmailMessage has ParentId which links to a Case record (in this use case) * Case has Linked_to_Lead__c which links to a Lead record * Lead has Case__c which links to a Case record Depending on which business processes create them, Leads and Cases can be linked to each other Lead>Case, Case>Lead, Both-Directions. To address this, I've created two CMTD ERL on the Lead Lightning Page to display all linked EmailMessages (one ERL for Lead>Case and one ERL for Case>Lead). This works great, but when Lead and Case are linked in both directions, the EmailMessage shows in both ERL. A dynamic filter would allow me to address this.

Adam Lederman
Double Star Ranger

Good capabilities to add a configurable related list --- but I really wish the Badge color was not f

I like the app and the flexibility it provides in configuration. The only item that is lacking for me is the ability to set a variable badge color. I have seen other similar solutions that allow you to set the Color based on a formula field on the source Object that results in the text value for the HEX code.

Has some features better than Dynamic Lists but lacking some usability which causes poor UX

Key issues which would make this better than Dynamic Lists - The "View All" functionality should open up into a New Tab, rather than expanding on the same page. - The inline drop-down menu to edit/delete records should display in front of the page element, currently it loads inside the component meaning it will sometimes appear 'behind' the border of the component

Scott Duhaime
Five Star Ranger

Good for an enhanced related list for activities/tasks with custom fields but needs some additional

.- in-line editing - ad-hoc sorting and filtering

Good, but ...

It is a good component, but there are some critical defects for the client. - No component refresh after deleting a record. - No user-friendly error output such as during validation.

Jeroen Maat
Triple Star Ranger

Works well - WITH USER_MODE support missing

This app works very well! It enables me to do quite some things which would be difficult without it! One question: I've got a request to show a list of FeedItems (chatter posts) of the parent records on the child record. FeedItems are only queryable to users with the ViewAll permission, or in an Apex class annotated 'without sharing'. I'm wondering if it might work to use WITH SYSTEM_MODE in the CMTD Enhanced Related List SOQL query, but I can't figure out how to use WITH SYSTEM/USER_MODE. Do you have a solution for this?

Seems like the latest install from october not support namespace.

the query that it is generating is not including the cmtd name space. this is what i am getting from the query. Is there a specific setting in my org i need to turn on to support the cmtd namspace so this query works .. or is the latest install has a bug? SELECT DeveloperName, MasterLabel, UI_Type_Override__c, Order__c, Field_API_Name__c, Header__c, Colour__c, Related_List_Name__c, Target_API_Name__c,Use_Field_Definition_Label__c FROM EnhancedRelatedList__mdt WHERE Related_List_Name__c = 'OpenCases' AND Inactive__c=false ORDER BY Order__c ASC LIMIT 30

Nancy Roller
Double Star Ranger

Great app to customize related lists on objects where Enhanced Related Lists is not an option

Client requested custom filtering on an object where dynamic related lists are not an option (Cases per Location, Open and Closed displayed separately). In addition, they wished to display data in a better way for another related list (Address related to Location where the record hyperlink is applied to a more meaningful field). This app aided both of these efforts and pleased the client. Thanks!

Diane Phair
10/11/2024

Is this mobile friendly in experience cloud?

Doesn't Work with Product2DataTranslation object

I needed it in order to bypass the B2B problem with translations on the platform that are not displayed, but it seems this app does not work with the Product2DataTranslation object, it throws an internal error: " An internal server error has occurred Error ID: 1831227831-25620 (-1720641199) "

Worked great in sandbox, won't load with production

I've tried removing the component and replacing it on the page, creating new Custom Metadata. Won't resolve in production. Get this error, no place to go for help: Get this error: CMTD_ERL There's an issue with the CMTD Enhanced Related List component. unexpected token: 'FROM'