Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/258bf32008a44b8e0246 to your computer and use it in GitHub Desktop.
Save PardotGists/258bf32008a44b8e0246 to your computer and use it in GitHub Desktop.
Viewing Social Media Profiles in Microsoft Dynamics CRM sample 3
//Load list iframe if (crmForm.all.emailaddress1.DataValue != null) { crmForm.all.IFRAME_Social.src = "https://pi.pardot.com/qwerly/socialData/source/mscrm/email/" + crmForm.all.emailaddress1.DataValue; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment