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
jhonnajhonna 

Rendering a custom object linked to standard object.

  
I have a custom Object linked to CASE object called RASolution__c. They are linked by a  Lookup Relationship  which  Creates a relationship that links this RASolution__c to CASE object. The relationship field is the CASE NUMBER which links to the case id of Case.
Now for each case, in the details, I have to display the RASolution__c fields .. I am not sure how to do this. Any help regarding this will be highly appreciated.

 

Thanks.

JH

Virendra NarukaVirendra Naruka

Hi 

As per my understanding..

 

If you  have  Lookup field of Case on your customObject "RASolution__c" then related List of  all associated "RASolution__c" objects will be displayed on Case detail page .

 

Go to the Page layout of Case and add related List of your Custom Object 

 

Hope it may help you 

 

jhonnajhonna

Thanks. This is what I have done right now... I want to do a few things with this. like refresh on a click of a button or auto refresh when another item is added to the list via another program using API.

 

I thought I will use VF page to do that. Is that the right thing to do though?

 

I am new to SF developement. Please advice.

Virendra NarukaVirendra Naruka

HI

 

You need to refresh standard Detail page. Related list will automatically refreshed for any add / delete child items