You need to sign in to do that
Don't have an account?

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