Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Started a new thread here: Can you script a table inside of a custom token?
This thread started as a result of the outcome from this previous thread: How to get a token script to display information from Opportunity Object?I am creating a template that includes several tables, which has tokens from the lead object, and needs tokens from the opportunity object. The number of...
Got it. What about creating a custom token in place of the formula field? In this case, the content of the formula field is a table, containing other tokens. Could I script a token to house a table, inclusive of other tokens + oppty fields?(I'll create another thread for this question, but putting i...
Excellent! All is working as it should.There's a second component to the issue I'm having, and let me know if this merits closing this thread down to start a new one. I'm creating formula fields to house these tokens, along with some regular lead tokens. Reason being that there's a 40 token limit on...
Ok, I did more digging on the SFDC side and the stuff is going over okay, there's just not data in those particular fields yet.So next question - if a field is null, how can I get it to display "---", instead of displaying the script?
I'm using test leads with the criteria of "has opportunity" is "true," then added to a static list to test off of. Unfortunately, I can't share screen shots, due to security protocol here.I inserted the line of code into my first token, and noticed that it pulls up the list of custom tokens I've mad...
I set the test up using preview-by-list, but I'm still getting the token script spit back to me (though, oddly, a few don't show any value at all). Any ideas as to what might be going on here?As far as I know, the first in the list is acceptable at this point; I think the main concern is getting a v...
Hi all,I'm trying to create custom token scripts based on items on the opportunity object. However, when I follow the directions here, Create an Email Script Token - Marketo Docs - Product Documentation, it doesn't render.For example, I create a custom token. I call it my.ExampleTokenA. I need it t...
Hi Greg!Thank you for your insights. How would I leverage a webhook platform for this, though, since I'm not calling out to a 3rd party service?-Alex
Hello there!For analytics purposes, when a lead reaches a particular status, we're looking to update a new field with the month and year of when that status is reached. Currently, we're using the system.dateTime token for another field (which this new field will be replacing), but it gives too much ...