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
AlokVAlokV 

Populating contacts on contact page associated with account

Hi,

I have a lookup field on my contact object which is a lookup on contacts only. I want to populate only those contacts which are related to the account of the that particular contact.

I tried filter but I cold not do it. How this can be achieved?
Any help would be appraciated.

Reagdrs,
Alok
Ramu_SFDCRamu_SFDC
Hi, You can follow the same procedure explained in one of my previous post below. In this, I was populating the Account related contacts on one of the custom object which is another child to account. 

https://developer.salesforce.com/forums/?id=906F00000009XMUIA2

Replace lesson__c with Contact in your case.

Please mark this as the best answer if this resolved your requirement so that it will help others looking for similar solution.