I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
Unfortunately, there's no way to bypass the UI timeout by getting the Used By via API. I too have noticed extremely largeUsed Bylists aren't retrievable via any method, which sort ...
I assume you mean Date fields,not Datetokens(as in {{my.tokens}}).
There's no reason to use anything other than Date fields and DateTool ($date). Formatting of Date fields in Velo...
First off: that code is badly broken. You can't just add unencoded param values to query strings. Never add values without using the function encodeURIComponent(), which is designe...
Put ‘em in a parent folder. That’s what the feature is for! You probably want to use an immediate parent or the topmost parent, though, since finding tokens in a lot of intermediat...
Each site will need to “peek” at the other site(s) until it finds a existing cookie. Once found, it copies that cookie value — more accurately, the token part of the cookie value —...
Well, I just ran Get Folders against 2 instances with 35,000 and 61,000 folders each and didn’t get any duplicates. Ran another test an hour later and also no dupes. So if it is ha...
The first is the easiest if you can alter the app to populate an additional field.
The second is what I would use, because it works regardless of whether you have access to the ap...