Hi Sanford. It seems like what I have down gives some balance between adding a little safety and not increasing complexity too much, adding external dependencies, or slowing down p...
Thanks for the advice! While normally, I think readability is king, I was opting for the positive lookup to go along with the Smart List Best Practices #3:Use positive over negativ...
Thanks for taking a look Denise.It reads in a confusing way, but I think it's doing what I want, while avoiding "not it" / negation for the best list querying performance although ...
Seems like without the ability to lock, you basically can't ever implement at-most-once. Outside of Marketo we use Pub/Sub, which has at-least-once delivery as is common with distr...
Hi Denise,Yes in addition to lack of "locking read" support for exclusive access to the list within a few second time period (much like Sanford is talking about and I'm thinking ab...
Sanford Whiteman and others gave me some great advice on how I could use lists as a work queue to work around Munchkin v2 limitations on what actions could be done when a lead wa...
Yeah who knows, but glad it's working now. Thanks for sharing about the broken pattern matcher bug. It's good to know what kind of things can and have been going wrong, so we know ...
I escalated to our account manager who said somebody would call me yesterday morning, but then instead I got an email saying that they won't support us customizing the URL (or havi...
After hopping on a call with support, and changing name in the contains to Name (which shouldn't do anything because it's case insensitive), then changing it back to name, this see...
Thanks for the offer, I hope I don't get there, but you never know. The worst part is, in my screencast, it's the fake URLs that do work, and the real URL that doesn't work. Oh wel...