Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Your request is fairly basic functionality in Salesforce. In fact, depending on your level of Salesforce permissions you might be able to create a Report yourself using the standard Report Type "Campaigns with Campaign Members"
I am attempting to sync our Salesforce Cases to Marketo using Custom Objects, however when I attempt to create the Custom Object with name "Case" I get an error message about this being a reserved word."Display name uses a reserved word. Please choose another name."This leads me to wonder if there a...
I'm attempting to copy/replicate Lead and Contact data from Marketo to a MySQL Database via API. I'm able to to successfully retrieve the data using the Bulk Lead Extract API (http://developers.marketo.com/rest-api/bulk-extract/bulk-lead-extract/#filters) with the exception of when I retrieve the Sa...
Sanford Whiteman Thanks for the additional details, Sanford. It looks like the describe endpoint actually gives you the field length (50, 255, or 2000) so I can match my SQL fields for those different field lengths. Additionally, several of the data types could all be captured by using a NVARCHAR d...
Sanford Whiteman Thanks for the API endpoint, I can the data types from there. I actually am exactly doing that, building a replicated SQL DB holding Lead and Activity data. Can you say more about issues that would arise with data types between Marketo and the SQL structure?
I know you can export all fields and their api names and display names, but is there a way to get the data types of the fields in bulk (i.e. in a list)?
I'm setting up the Salesforce sync for the first time and the default mappings for the "Acquisition Program" and "Acquisition Date" to the corresponding fields in Salesforce on the Contact and Lead are incorrect and I can't change them. Following the Marketo setup instructions, I've created two...