Re: Marketo Custom Objects Queries

Anonymous
Not applicable

Marketo Custom Objects Queries

I have fiew queries related to Marketo Custom Object:

Can we use custom object fields as form fields in Marketo Forms?
While importing the list, can we map list values to custom objects fields?
Can custom objects fields be exported as part of export list?
Can we do the segmentation based on custom object fields values?
Once custom object is created by marketo services team, can marketo Admin edit (add/remove fields) the custom objects? 

Soap API Queries
I see that there is a SOAP API "getCustomObjects" available to get the custom object by Custom Objects Name.
How can I get the custom object for specific lead using Lead ID as parameter. can you please share sample code or sample request xml.
How can I get the latest  response recorded in custom object for a specific lead. can you please share sample code or sample request xml.


Thanks
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: Marketo Custom Objects Queries

All fields listed in Admin - Field Management - Export Field Management can be used for API calls.

Anonymous
Not applicable

Re: Marketo Custom Objects Queries

Can anyone please provide answer to following questions:

Can we use custom object fields as form fields in Marketo Forms?
While importing the list, can we map list values to custom objects fields?
Can custom objects fields be exported as part of export list?
Can we do the segmentation based on custom object fields values?
Once custom object is created by marketo services team, can marketo Admin edit (add/remove fields) the custom objects? 

Thanks
Kenny_Elkington
Marketo Employee

Re: Marketo Custom Objects Queries

Hey Sandeep,

Custom object fields can only be updated through the Marketo SOAP API, so a standard form fillout would not be able to update custom object fields.  Custom Object fields cannot be included in list exports, but they can be used in segmentations via the "Has [Custom Object]" filter type.  Fields on custom objects must be added or removed by Services.
Anonymous
Not applicable

Re: Marketo Custom Objects Queries

Thanks Kenny, this is super helpful as I've been trying to get a few fields from custom objects to appear on forms and couldn't figure out what I was doing wrong.