Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Amber,The easiest route I've found is to put a Program into nurture stream , and use a Smart Campaign to conditionally flow an email to my target audience segment. I've used Random Sample to do strict A/B here a lot, and I've also targeted different data values (like Language, Metro Region, Is C...
Hey Robin!I would utilize Sanford Whiteman 's solution here. It's the most elegant and simple form of this IF/THEN velocity for salutation. In our use case, we needed to be able to pivot the salutation based on the recipient's honorifics. So a Doctor would get "Hi Dr. Smith," whereas a staff member...
Folder level token is your best bet, especially if everything lives inside a parent/global folder in Marketing Activities (that way it just pushes down to everything beneath it). I'd also recommend tokenizing your company address, in case your company is like ours, and likes to move around a lot.
Hey Valerie Armstrong I'm purely speculating, but it looks like you could theoretically achieve this with a background process that originates in Salesforce and pushes to Marketo via REST -- Marketo REST APIs: Custom Objects » Marketo Developers. This example from the Salesforce StackExchange comm...
I think in this case it'd be best to map your custom SFDC object out to a custom Marketo object as Courtney suggested. I'm not sure what the syntax would be in Velocity to grab the display/text value of a SFDC lookup. This thread in the Salesforce Dev community might be worth looking at, though, as ...
Are you trying to evaluate whether a custom object field value matches another field?Also, have you tried setting the PSM Owner value as a variable before evaluating it with an #if? Something like:#set ( $a = ${PSM__cList.get(0).PSM_Owner__c} )#if ( !$a )Display a default value if A is null#else$a#e...
Wow... That's definitely interesting, and seems like a good case for a self-imposed naming convention.
Depending on how those date values are stored, you could potentially route program membership in a one-to-many pattern from a smart campaign into the appropriate demo session. Email scripting won't work for that, though.Or, you could always use the "Advanced Thank You Page" routing logic in Forms 2...
Hi Rachel,The answer really depends on the needed level of sophistication in the email.Is that value in your email always going to be a specific day and time in the future that's unique to the program (like join us for a demo on May 27th), or do you want to automatically calculate a 'next demo' valu...
I can verify that as of today (Feb 25, 2016), this problem is still happening. A element with a 120px left shim is still pushed in, and needs to be dealt with if you're doing any custom styling. To Corry's point about specificity in CSS selectors, getting down to the specific is probably your best...