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
Pratik Desai 16Pratik Desai 16 

While accessing account records into contact object..if the account record is already present there in contact then it should pop up like "Account name is already present in contacts"

SEKAR RAJ.SEKAR RAJ.
Hi Pratik,
If your logic using the custom Visual force page, then u can create the Apex class where you can check the duplicate account before inserting contact. 
If the account is duplicate, then display as an error message in the visual force page.

Try this App:
https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003IYLlEAO
I think it will help you find the duplicate check.

Thanks,
SEKAR RAJ
Pratik Desai 16Pratik Desai 16
I have assigned this task to perform without code.or any installed app.
I have lookup relation from contacts to Accounts. In that scenario when I lookup from contacts to accounts (it should not allow to access dupliate account) and should show error