0

I was looking at the SalesForce data model. The image can be seen here below:

enter image description here

Does anyone know what tool that was used to make this?

This image was copied from http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_erd_majors.htm

More images can be found here: http://www.salesforce.com/us/developer/docs/api/Content/data_model.htm

Cœur
  • 37,241
  • 25
  • 195
  • 267
Ryan G
  • 9,184
  • 4
  • 27
  • 27

2 Answers2

2

https://www.lucidchart.com/pages/er-diagram-tool

I think it might be this one?

BjornBogers
  • 98
  • 1
  • 1
  • 8
  • 1
    Ahh, Thank you. That does look almost exactly the same. I need to look more into this. I was kind of hoping that they used an automatic tool, rather than one that was hand drawn. Give me a few minutes, once I can replicate an image I'll mark this as correct. – Ryan G Aug 05 '13 at 14:48
0

The Schema Builder is good for getting a data model of a few entities. However, if you want to get something like the model shown in this thread, then you need more capability. For example, you won't find 'AccountContactRole' in the Schema Builder. That's an intersect between Account and Contact.

Take a look at Safyr from Silwood Technology - this pulls all the Objects (or tables) from your own SFDC instance and lets you choose which to include in a model.