Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I can answer my own question. In case anyone is interested. Set up a velocity loop as below:#foreach ($cv in $Club_Volunteer__cList) #if($cv.Club_Year__c == "2016-17") #set($Sponsor = "$cv.Sponsor_Name__c") In IF ${cv.Sponsor_Name__c} #end#end$Sponsor
We have a custom junction object in Salesforce, Clubs Volunteers, that links the Salesforce Contact object with custom object, Clubs. We've created tokens for fields in the Clubs Volunteers object. If there is only one Clubs Volunteer object for the contact record, the token resolves to the correc...
We have a custom junction object in Salesforce, Clubs Volunteers, that links the Salesforce Contact object with custom object, Clubs. We've created tokens for fields in the Clubs Volunteers object. If there is only one Clubs Volunteer object for the contact record, the token resolves to the correc...
Thanks Dory. I'll try to come up with a workaround. But it does seem like a function that Marketo should provide.
We have an email going out to students who have filled out an application form. In the application form there's a field that contains the parent's email address. A Salesforce integration is involved. The student is the Marketo lead (Salesforce Contact), and the application is a dependent object. ...
Hi Greg and All,We would like to be able to create tokens for Salesforce custom object fields. Reading the Velocity script documentation, this seems doable by using Marketo custom objects.Marketo Objects » Marketo Developers We have a custom application object that is linked only to the SF Contact ...
Hi Greg,Your solution is working. We set the company name to {{lead.First Name}} {{lead.Last Name}}.
Thanks for the quick response Greg. We'll give this a try.Irwin
Hi Greg-- Do you know if there's a way for us to fill the Lead Company dynamically--possibly in the Lead Lifecycle. We use the the Non Profit Service Pack in our Salesforce instance which treats Contacts as Organizations. If no company is chosen for a contact, it defaults to the contacts name. We...
Thanks Greg--That sounds like we'd be opening a can of spaghetti. I don'tthink we'll do it.IrwinOn Mon, Nov 9, 2015 at 1:33 PM, Grégoire Michel