Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!

Entity Relationship Diagram for Adobe Campaign Classic

Avatar

Level 2

How do you generate an Entity Relationship Diagram for all Tables in Adobe Campaign Classic ? Can this be done with the client tool. Do we need to tap into the Classic API to do this ?

4 Replies

Avatar

Community Advisor

Hi,

This is the closest you'll get:

I've gotten this request a number of times now, it should be straightforward to write a script to generate an ERD from Campaign's schemas, just never had the time/budget.

Thanks,

-Jon

Avatar

Level 2

Thank you . How do you generate for custom built tables for different namespace.

Avatar

Community Advisor

You write a script to read the schemas written for the tables, then draw out the ERD from them.

You can also use an off-the-shelf ERD generator and manually draw in all the relationships; I only mention the above due to the complexity of the ootb db, ~300 tables, 500 joins. Some people find that kind of stuff calming though.