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
vinsrivvinsriv 

Directing to the list view of a custom object

Hi ,

 

I have two custom Object  Note__c and Client__c .

 

Note__c has a look up to client.   I have overridden the standard page of client with my VF page. In that VF page I have a button 'More'   . On click of that button , it should take me the standard list view of note object but should show only those records of that particular client.

 

Any idea how to implement this ??

 

Thanks,

Vineet