Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Upvote! Incredibly frustrating / time wasting to try and find a stand-in field to group everyone in the whole database by in order to see only by Custom Column smart lists.
I would love a new program token that automatically links to the Marketo program in question in the Marketo UI via either a URL or the ID which you could add to the end of the UI link. This would be more operationally efficient as we could then click straight through from an operational / internal e...
I think we have requested the same Idea? Enable RCE (Revenue Explorer) to run in local timezone instead of CST
Great idea!
Enable RCE (Revenue Explorer) to run in your instance's local timezone instead of the default value of CST (Central Standard Time).This has been particularly prevalent when putting together email activity heat map grids. If you are outside of CST timezone or an international Marketo user, your data ...
@SanfordWhiteman true but if I used the {{lead.token}} wouldn't I be faced with the same issue of a long list of every single action recorded instead of the most recent N values?I guess I wanted to use the {{my.token}} as it is an appending log with line breaks....
@SanfordWhiteman - we pull tokens through to Slack alerts via webhook, I've tried adding the IM history & web history tokens to our slack alerts but it doesn't seem to recognise it and doesn't pull any info through... presume this is because it is a custom "My Token" defined within a program rather...
Hi Sanford,Thanks for your input here - you saved us a lot of time!We adjusted the code slightly to get the most recent values:#set( $maxMomentsToDisplay = 10 )#set( $interestingMoments = $lead.interestingMomentHistory.split("¬") )#set( $endIndex = $maxMomentsToDisplay )#set( $startIndex = 0 )#if( $...
The line break email script didn't work for us. Enlisting the help of a developer friend, we replaced the line break token in Marketo with a random symbol not used elsewhere in our instance:and wrote this Email Velocity script in the token:
Thanks for the suggestions, Sanford!I'm not brilliantly technical - is there a step-by-step on how I would do the webhook to trim returned values or Velocity code to trim numbers displayed anywhere?