Hello,
We are starting to work with Marketo custom objects, and we'd like to set up a many-to-many structure.
We have three objects: Subscription Info, Primary Product Usage, Secondary Product Usage.
We've been successful in linking the Subscription Info object to the Primary Product Usage object. We'd also like to link the Secondary Product Usage object to the Subscription Info object as well; however, the Subscription Info object no longer appears in the dropdown menu when selecting the link object on the Secondary Product Usage object.
From Grégoire Michel's response here it seems like this is something we should be able to accomplish, but we're having difficulty figuring out what we're not doing right and the product docs haven't been much help.
Any advice would be super appreciated!
Can we pull back for a sec? Where (in full) do you expect to use the data in these COs? Many-to-many, on top of the problems of COs in general, really reduces your visibility.
The data in the custom objects will be used primarily to create smart lists. For example, I want to be able to find active subscribers who've downloaded our app. My smart list would look something like:
- Has Subscription Info: User Status = Active
-- with Primary Product Usage: Storyline Version is not empty.
Then, in a batched smart campaign, I'd send an email to anyone not on that smart list to encourage them to download the app.
It usually makes sense to de-normalize the schema and use a 1-to-many model with only 1 CO in which you will copy the info from the second level object.
-Greg