Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello Marketo Peeps,Wanted to seek out any best practice insight or lessons learned for those of you who may have setup workspaces for teams within the same product family, think East Coast vs. West Coast or Bachelors vs. Masters programs. The unique challenge though is around the two teams not want...
**Update**Works like a charm I did one slight modification:#set($str = $convert.parseDate(${OpportunityList.get(0).NextPhoneCallAppointment__c}, "yyyy-MM-dd HH:mm:ss"))$date.format('medium',$str)Ryan,Thank you so much for the response, I really appreciate it.Let me give it a try.Jim
Hello,It's been a while since I formatted dates with Velocity, I'm struggling with the DateTool methods and was wondering if someone had an example.Here's my snippet:##sets timestamp variable#set ( $NextAppointment = ${OpportunityList.get(0).NextPhoneCallAppointment__c})##This displays the timestamp...
Very helpful, thank you very much!
Kristen CarmeanThank you for sharing your thoughts, I totally agree about the Marketing List that was my first project I planned to get back into Marketo.As you mentioned, it's just so much easier to utilize Marketo functionality for this. I think I can sway them pretty easily the value prop of Mar...
Maybe I didn't understand the question on first pass. If you're trying to have a bg image on a dynamic signature string I would agree with the other suggestions. I would suggest testing several mail clients and various string lengths for the dynamic attributes. I typically prefer not having a by ima...
Heather as a best practice, you should utilize an image design application (photoshop) to add the text onto the image. Far less code to deal with.