function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Peter YaoPeter Yao 

Contact related list in custom object

Hi all,

I have a custom object (Site) that is related to Contacts. Right now, I've created another custom object (the SiteContactRole object) to hold this many to many relationship.

However, the available fields to show in the related list are only the fields of the SiteContactRole - not the Contact itself. In order to show a phone number or email address, I need to duplicate that information in the SiteContactRole object.

Have people run into this problem? Is there a way to do this, or other way of accomplishing the same thing?

Also, does anyone have an SControl that creates two objects at the same time? I've seen examples around - I'm wondering if there's something specific to this use case, where I'd create a Contact and SiteContactRole at the same time.

Thanks,
Peter

Message Edited by Peter Yao on 05-31-2006 03:48 AM