You need to sign in to do that
Don't have an account?

Clarification on Custom objects
On custom objects is it always the case that:
- If it is linked to an account object it will contain the field account__c that is a reference to the accountId
- if it is linked to a contact object it will contain the field contact__c that is a referenc to the contactId
- depending on the linkage type this field could or could not be updateable
Cheers;
A better approach is to find all custom fields of type reference (ie exclude standard fields like CreatedById and ModifiedById). Put another way, any field of type reference that ends in �__c�
Adam;
Can a custom object be referenced to more than one table (i.e Account and Contact)?
Cheers;
GlennW