The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
59 views

why are polymorphic relationships in schema builder represented as lookups?

If you look at activity and what it's connected to via the whatId, it's represented as a lookup. It would seem that polymorphic is closer to MDR. Any idea what's going on there?
3
votes
2answers
57 views

How to find only those Schema.SObjectType types that are visible in the Schema Builder

I can find a map of all String -> Schema.SObjectType types by invoking Schema.getGlobalDescribe(). However, that includes a lot of object types I'm not interested in (like casecomment, ...
1
vote
1answer
54 views

Schema builder not deleting fields as billed

I have tried to delete fields on objects such as Opportunities, as Salesforce has supposedly made it possible to do so in Schema Builder, but when I right click on the field and select 'delete' it ...
7
votes
2answers
984 views

How to Print/Export the schema builder?

I wonder if there is the ability to print / export the schema builder? If so, where can I find? If not, would be a great idea to implement this feature for future releases.
5
votes
4answers
586 views

Printable ERD from Salesforce that you can Edit

I built a solution for a customer and I want to pull the ERD from the Salesforce instance and have the ability to edit it. I know there are a few tools and the Schema builder in Salesforce but none ...
8
votes
5answers
2k views

Copying metadata and code from one Production org to another

How do I copy(for want of a better word) metadata (i.e. Objects, Workflows, Validation rule etc), and code (Apex, Visualforce, Triggers) from one Production org to another production org? Is this ...