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.
That code contains a call to loadForm(). If you’re already calling loadForm() elsewhere, that’ll naturally create a duplicate form. It’s not an issue with the code, just a conseque...
Please use the Syntax Highlighter (“Insert/Edit Code Sample” button) when posting code so it’s readable. I edited your post this time.
Your code has a number of errors, but fundam...
Yes, you can filter the list by interrogating any property of the object(s).
In the specific case of stringified (ISO 8601) Dates, you can simply compare them as Strings — rather ...
Nope, not possible. Checking the number of new people in a timeframe is actually possible, since the New Person activities don’t age out.
But checking the number of people created...
No, this is not possible. But not for the reason you might think. It's because the Data Value Changes activities have aged out for last year (they only last for 90 days). You need ...
Seems like you’re misinterpreting what items are in a Custom Object list.
It’s not everybody’s Custom Objects of that type, it’s only the list of that person’s COs. You can never ...
This is a sensible ask, but it’s quite technically difficult to implement.
We’ve done this with Outreach and Marketo by calling the Outreach API at the close of every day, queryin...