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
cunninjacunninja 

Custom Object Related Lists

Hey everyone,

 

I'm trying to get a "comment" related list onto a custom object similar to the "case comment" related list on the case object. Anyone know of a way to either get the same comment list onto a custom object or build a related list that functions like the case comment related list? thanks. 

b-Forceb-Force

you can create Master Detail between this two custom object 

like custom object and Comment and add related List to layout 

 

Thanks,

Bala

cunninjacunninja

Thanks for the response Bala. The custom object is already in a master-detail with Accounts. So, i believe i would have to make it a lookup relationship and then convert it to a master-detail since there are already records on the custom object. I did this and when i go back to the page layout, i don't see case comments as an option to add on my related lists. any thoughts on how to get the comments on the related list? Thanks,

b-Forceb-Force

if there is some data for Custom Object is available in System , then it will be difficult to add Master Detail relation ship

 

Create Lookup relation ship On custom object for Account (Adding account Lookup on custom object )

check related List option while creating relationship 

Then Custom Object Related List will be available for Account layout

 

Hope this will help you

 

Thanks,

Bala