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
babloo123babloo123 

Contact record to open up

I have a scenario where I need to get my contact record page opened when I click a link. Can some one help me with the code.Do we use Java script for it?
pconpcon
If you have a field (let's say contact__c) and you want the link to open that up, you just need to create a url that points to
 
/{!Contact__c}

and the platform should do the rest.