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
sForcePersonsForcePerson 

Javascript - Merge Fields

Hi,
I have a contact attached to the account. I want to get the merge field
of the contact in Account onto my Javascript. How do I achieve this? I have
an email already on the attached contact. But when I access the contact email
as '{Contact_Email}' in the Account Page, I am gettting empty string eventhough
that contact had email id associated with it. FYI, the whole think is done
via Custom Links using SControl. Please clarify !

SForcePerson
DanLyDanLy
I think the syntax is {!Contact_Email}