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.
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...
Hi Laura, When you export data, you can change the "format" to "Comma-Separated Values (Windows Excel 2007)" which will display data as a normal Excel document. The default format is "Comma Separated Values" which shows it in that disorganized way. I hope this helps!
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...