Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ah figured as much! Guess it's back to old-fashioned checking through programs. Thanks!!
Looking to remove some fields from a Custom Object that we use primarily for demographic data. The issue is that any attempt to delete throws an error message that reads "Not able to complete your request. Please refresh to check if the object was updated by another request."I'm assuming this means ...
Hello!I'm building out a template of programs tied to event invites and registration from our website. Currently there is two programs that would utilize either Tokens or Velocity to pull in similar information into the emails from both programs. Since there is no ability to clone entire folders - I...
Apologies for being slow on the reply. Good to know I was in the right thought process. Ended up going with the vendor's notification process instead of building out an middle-ground for the data to push/pull into.Thank you for the clarification!
Hello,We're working with a third-party vendor to utilize Marketo to send notification emails based off events triggered within the third-party.According to them, they utilize webhooks (as opposed to Rest API) and will push out a payload based on specific events occurring. Now if I am understanding M...
So, not so much a question as a curiosity/possible warning.I had a built-out email, and I was editing the source code to be able to add a class="mktNoTrack" tag to a text link module since I've found that leaving the tracking enabled breaks phone links in Gmail. . .. anyway. I received a validator e...
Apologies if I am missing something glaringly obvious, but is there any sort of issue with date fields and the isEmpty() conditional? Running into an issue where a visually empty field on my end is returning a value as if there was data in the field? It's a Date field type and there's only one recor...
Ah, good point. That makes sense! Thank you!
Because we have cases where there are multiple records under a single email so if a Lead meets the first criteria, there would still possibly be multiple records on the second object so the need to loop through those to assess if the criteria is met.Unless I misread your response 🙂