Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
http://developers.marketo.com/documentation/rest/get-lead-activities/
I pushed the update about half an hour ago.
As of the release this evening, you will be able to pass a list of lead IDs to REST Get Lead Activities to return activities just for those leads. If you're starting only with the email, you'll need to call Get Leads By Filter Type first, to get the ID.
yes, but you'll want to use whenReady or getForm instead of the loadForm method.
Hey Tom, how exactly are you trying to submit the form in this scenario? Are you deleting the existing form element and loading a new form on a subsequent page "load"?
You would typically see this when calling associate lead with a bad cookie value, but it's also possible when call get leads by filter type with 'cookie' as your key.
If there will only be one value per record, this should just be a lead field and not a custom object. Custom objects are needed when there can be more than one of something per lead. For example, a lead would(typically) only have one First Name and Last Name, but might have many Cars.
If you just created the field, I would try doing a hard refresh(ctrl+f5) and pulling this up again.That being said, this will probably be an ambiguous key, as this link will lookup against many different records and only link to one. What's the exact link that you're trying to setup here?
You can drag and fields to put them in separate columns in the editor, allowing you to put them on the same line. For space between fields, what exactly are you looking to reduce?
The difference is basically that custom fields are only on the lead record, while a lead can have multiple custom object records. What approach is best is going to be largely dependent on whether you may have more than one promotion active for a given person or set of people. If you can or you're ...