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.
Who among us hasn’t looked up a Lead or Contact in SFDC while checking the corresponding person in Marketo? Ridiculously common for me, and even if it’s not exactly hard, there’s...
Please use the Syntax Highligher (“Insert/Edit Code Sample” on the toolbar) when posting code so it’s readable. I edited your post this time.
You say you’re getting “an error mess...
Outlook itself is not the issue. (Nor is Marketo.)
More likely, you have a a mail security layer between your mailserver and Outlook that’s changing the URL so it can pass through...
Having worked with US finance clients for a frightening number of years, I have to say whatever you’re trying to do with the API is unlikely to actually be compliant in the event o...
Michael’s referring to a new custom Person field.
(Note you don’t “create” tokens. You create custom fields and corresponding {{lead.tokens}} are automatically supported by the sy...
The specific case of comparing String constants to String properties works. There are many other cases where the outcome will surprise you because of String coercion — more thoroug...
Don’t think that has anything do with the disabling of the merge feature? (Also, a basic custom rule using a Boolean like Sync to Marketo/Do Not Sync to Marketo doesn’t cost $$ to ...
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...