Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Steven! Thanks for answering, none of the values will change from the original send. So what I'm reading is that I can run another send campaign to the target list of leads but the flow steps will be Send Alert (to desired internal email) ----and is the entire target list of leads getting the s...
Hello Nation! I have a question about possibly doing a CC email, and I have looked around community already about the CC ability (not part of email assets so a workaround is needed) or the ability to send emails alerts. My specific scenario is this: An operational email went out already to 180 le...
this is the current script for this format: Monday, February 27, 2017 I replaced the error script so that I can get this email out as it's a rush for today
Hi Sanford, Yes the velocity email script token was used, just replaced the code.
Sanford Whiteman I'm getting a nasty error when I use this: Why can't I be as smart as you?!?! I just want to know the answer!! #set( $inTimeZone = $date.getTimeZone().getTimeZone('America/Chicago') ) #set( $outTimeZone = $date.getTimeZone().getTimeZone('America/Chicago') ) #set( $locale = ...
Works great for this format: Monday, February 27, 2017#set( $inTimeZone = $date.getTimeZone().getTimeZone('America/Chicago') ) #set( $outTimeZone = $date.getTimeZone().getTimeZone('America/Chicago') ) #set( $locale = $date.getLocale() ) #set( $myDate = $convert.parseDate($lead.contractDate,'y...
Hmm sorry Sanford not sure about that, I'm still learning and I tried something and it didn't work, thus I keep trying
Sanford Whiteman I tried replacing the last line of code with this: ${date.format("d MMMM yyyy",$contractDate)} But it rendered incorrect: ${date.format("d MMMM yyyy",$contractDate)} , and I'm too curious not to understand my mistake, what did I do wrong?
Ok thank you I just tried the other way from the third link that Greg provided and it worked!! Monday, February 27, 2017I'm going to try this new code you just provided but I think my internal client will accept either option, thanks to you both, always appreciated how helpful and quick you are!!!