Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
#set( $defaultLink = "www.example.com/" )#foreach( $opportunity in $OpportunityList )#if( $opportunity.salesStage.equals("Active") )#set( $OutputURL = $opportunity.Opportunity-URL-value )#break#end#end#set( $OutputURL = $display.alt($OutputURL, $defaultLink) )Click here I thought I had this working ...
Thank you for this! I was able to use this to update my script and it now appears to work.
I have an email where I need to display a URL that is stored in a field on the Opportunity. I successfully wrote a Velocity script that populates a token with this field from the most recent active opportunity. However, I am running into the same problem that this post discusses. Because the field i...
Thank you for the ideas. I think you may be right about the Updated Trigger not working. And unfortunately, that is the primary trigger I need. In this specific situation, we don't have a native integration set up, so I believe the opportunities are still custom objects. But also worth a further inv...
Following the directions in this post, I set up a smart campaign to transfer a value from a custom object to a person field every time the custom object was updated. However, it is not working for me. Looking for some help troubleshooting... My Smart List:The Flow steps:And what I am seeing in the R...
Hi Robert, I would be interested in the use case for requesting the raw data. Is it to have a better overview of who is doing specific actions? I always used the high level overview in the Email Performance reports to analyze results and determine success for email campaigns. The numbers there help ...
Hi Ben, When you create a new email asset, it will use the from name and email address of the user who created it. However, one possible solution is to create example programs that your users can clone for future use. These example programs could include emails set up with all your preferences (or i...