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
Devendra@SFDCDevendra@SFDC 

Lookup Relationship with CampaignMember Standard Object

 

Hello Board,

 

I have a custom object "Object 1" and I want to create a Lookup relationship with the CampaignMember Standard object.

 

But I Can not see the same object in the Lookup relationship list?

 

How to create relationship with CampaignMember object?

 

Thanks,

Devendra

sfvidyasfvidya

Looks like there is a default restriction from Salesforce end. Here is the note from the help.

 

Note

Lookup relationships from objects related to the campaign member object aren’t supported; however, you can create lookup relationships from the campaign member object related to other objects.
 
For more details, visit the following link:

 

https://na14.salesforce.com/help/doc/en/overview_of_custom_object_relationships.htm

 

HARSHIL U PARIKHHARSHIL U PARIKH
I think Standard objects can not be a child of Custom Objects.
You can not create a custom object who is a parent of any of the standard obejct. Correct me If I am wrong here though..
Geethanjali Marappagounder KaliannGeethanjali Marappagounder Kaliann
@Harshil
In Lookup Relationship, there is no child objects or detail objects. Its just a relationship between 2 objects(like Obj A related to Obj B).
Hence a stardard object can be Obj A or Obj B.
In Master-Detail Relationship, the child object can't be a custom object.