Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Melody,Here are some options that may help. It sounds like you rather not write a bunch of code, so option A might workA: use Sanford Whiteman's example which utilizes a 3rd party service called timezonedb (which means you don't have to host files but there is a small fee)MktoForms2 :: TZ/Busin...
Glad you found a workaround and can get back to work! Do you have an 'Enterprise' instance by chance? Enterprise as in 1 million+ contacts / lots of activity / APIs etc. etc. I feel like it could be related to a large opportunity object and some sort of timeout on the frontend when it's build...
This has been happening to me periodically as well! I just log out / log back in or retry in a few minutes and it seems to fix itself more or less (but is rather annoying and slows down workflow)FWIW: It seems like a new 'Standard Objects' entry populates the sidebar each time the window is open...
From the docs- (just sent this to a team member so had it handy)
Hi Jaime,As Gregoire Michel mentioned, program or email 2.0 variables can help with this. Here's the way I've been doing it for years and it saves lots of time! You might use a program token and other times use an email variable. Depends on the amount of links / design. Hope it helps!
Thanks for the info! Couldn't find spec on that anywhere. So my scheme to not involve the SFDC team won't work. Appreciate the assist!
Hello Community!I'm working on a Velocity script and am trying to get the OpportunityId for the triggered object. I can get the name with ${TriggerObject.Name} and other attributes pull into the email fine with ${TriggerObject.OppFieldHere}.Does anyone know how to get the SFDC Record Id for the tri...
+1 for this method. I'm approaching it this way as well and haven't had issues after many years.
Hi Katie,Has this email ever worked or is this a new initiative ? Just taking a quick look, I haven't tried using the entire body as a text variable so one of these might fix it: change mktoname="Message Body" to mktoName="Message Body" ^ notice Name vs. name OR try re-moving: class="mktoText" mk...
worked for me! nice one, thx!