View custom objects linked to company | Community
Skip to main content
New Participant
March 27, 2020
Question

View custom objects linked to company

  • March 27, 2020
  • 3 replies
  • 3300 views

Our CRM to Markto mapping is as follows:

Account : Company

Contact: Lead

Investment : Investment

 

In CRM, a contact is linked to an account. Investments are also linked to an account. I have created a custom object 'Investment' which is linked to Company, but cannot find any way to view the Investment record. It also does not seem possible to view a list of Company records.

 

What is the point in having any objects except lead if you are only able to see the lead table and the rest of the database is not relational? How can I view any custom objects that are part of a one-to-many relationship with company?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

SanfordWhiteman
New Participant
March 31, 2020

Expanding on Michael and Darshil's good answers, it's not that the Marketo database is "not relational." It's entirely relational.  

 

But, like in any app, that doesn't mean you should expect an individual CRUD interface for every table/view. Marketo only considers Leads to be "first-class" records. Many native concepts, such as forms and even web activities, are not even first-class in the sense that you can't pivot a report around them.

Michael_Florin-2
New Participant
March 30, 2020

You're right. You can't "see" the Custom Object in the sense that you could view it as a list or export it. The purpose for the CO to exist in Marketo is to be used in Smart Lists for filtering persons.

 

We have a couple of COs being linked to the Company object, and if you filter on them ("Has Custom Object X" or "Was added to Custom Object X"), Marketo will return all contacts that live in accounts that have that object. If you have set "Show in Person Detail" to "Show", you can see the object on a person's detail page under the respective tab.

 

(If you happen to have "Leads" in Accounts in your CRM - at least this is true for Salesforce - your leads will not show as being part of the Custom Object. This relationship only works for Accounts and Contacts.)

Darshil_Shah1
Community Manager
March 27, 2020

To use a custom object, it must be associated to a lead , contact  or account  object in Salesforce.

I would suggest going through this detailed documentation for setting this up so that your custom object fields and data get sync in your CRM along with your normal lead data.

 

New Participant
March 30, 2020

I am not using Salesforce, I am syncing to Dynamics using the API rather than the connector. 

Darshil_Shah1
Community Manager
March 30, 2020

If you were to use out of the box Microsoft Dynamics integration with marketo I would have recommended you this. But since you are using the custom API connector to sync, you can also use the CO APIs available in marketo (check here) for exporting the CO data from Marketo and then you can use the MS dynamics API to ingest those CO data. I am not sure if your current level of customization allows this or not. But it sure is worth exploring the possibility. 🙂