Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks Dan,I have already been using the Marketo App but it is just so unreliable. I also really need some type of system to log everyone that attends each of the break out sessions. Gerard
Over the last few years all these translations have been gathered together by my colleagues. One of them had kindly gathered them into this beautiful display and I thought it was worth sharing with you all.CTAsEnglishSimplified Chinese (CN-S)Traditional Chinese (CN-T)Portuguese (PT)Japanese (JA)Span...
Hi Sanford Whiteman,For some reason I couldn't get that to work, it kept defaulting to the general salutation. I managed to get the version below to work. I based it off the documentation. It is certainly not nice looking and isn't following DRY principles but it works for the meantime. ##check ...
Hi Sanford Whiteman So does the start of this script check if the Salutation contains "Herr" or "Frau" or if it equals "Herr" or "Frau"? The reason Im asking is because our German forms actually have all 8 of the salutations mentioned above.Thanks, Gerard#set( $greetingsBySalutationStart = { ...
Hi Guys,Im running an event in a few weeks with over 500 attendees. Can anyone recommend a good app or plugin that I could use to check people in and also track which discussions they attend. I have seen badges with QR codes at other events and the QR codes are then just scanned as people go into t...
Hi, Thanks a lot. I just opened a new thread and tagged you in it. German Salutation - Velocity Script Kind regards, Gerard
Sanford Whiteman Im hoping you could help me solve this. Thanks, Gerard
I am completely new to Velocity Scripting and have been tasked with setting up German Salutation to auto populate. Can you tell me if this would work or what is wrong with it. My email will basically have a {{My.Salutation}} at the top that will pipe in the salutation based on the script token belo...
I am completely new to Velocity Scripting and have been tasked with setting up German Salutation to auto populate. Can you tell me if this would work or what is wrong with it. Thanks in advance for any help. #if (${lead.Salutation} == "")Sehr geehrte/r Frau/Herr ${lead.last_Name}#elseif(${lead.Salu...
Is this confirmed or documented anywhere?Thanks,Gerard