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.
Linked Field name is CIF
OK, then you obviously can't leave the CIF out of the Person upload as you suggested earlier. That's the field that joins the 2 objects together.
If you were using Person Was Created w/an infinite date lookback, then yes, everyone who filled out the form.
By definition, everyone who fills out a form was created!
1. Is Jquery a good way to use in form?
I try to avoid jQuery whenever possible. Using vanilla JS is more portable and just as efficient (in some cases much faster).
2. Do we h...
Velocity is already verbose, but you’ve still gotta code defensively even if that means a little more code.
Crucially, in the Marketo-Velocity ecosystem, don’t assume code will ...
Feel your pain on this. I generally don’t trust the Design Studio UI to allow for a lot of bulk actions. What you can do (if you are/have a developer) is use the REST API to manipu...
there is a daily file transfer that appears to be customer data (name, email, etc) and custom object (type of account, when opened, etc) that captures any new customers and places ...
I was wondering if I can run something by someone: I have two filters in a trigger campaign
Trigger: Fills out <form>
Regular filter: Person was created
That’s one trigger and o...
Yes, use my FormsPlus::Tag and FormsPlus::Reorder helpers. Demo here:
MktoForms2 :: Demo :: Override Field Order 1.0.2
You can hard-set the order of any fields, even including pu...
Is there an easy way to determine which services are currently using the SOAP API? I am not clear on that from the articles shared on how to find that. Thanks!!
Don’t think so. You...