Created
September 25, 2015 17:34
-
-
Save PardotGists/79dbc1c8b8d44b0d1089 to your computer and use it in GitHub Desktop.
Adding the Pardot Activities Iframe to Microsoft Dynamics CRM sample 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Load activity iframe | |
if (crmForm.all.emailaddress1.DataValue != null) { | |
crmForm.all.IFRAME_Pardot.src = | |
"https://pi.pardot.com/prospect/activity/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