Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

CRM 2013 - Association of center with contact not working

Posted on by 505

I'm trying to associate a center with a contact. There exists a many to many relationship between contact and center named "tle_contact_tle_center";

I tried the following two ways to achieve this but none of them worked.  

Any help in this regard would be appreciated.

1)

AssociateRequest request = new AssociateRequest
                            {
                                Target = new EntityReference("contact", contactId),
                                Relationship = new Relationship("tle_contact_tle_center"),
                                RelatedEntities = new EntityReferenceCollection
                                {
                                    new EntityReference("tle_center",centerId)
                                }
                            };
                            service.Execute(request);


2)

EntityReferenceCollection relatedEntities = new EntityReferenceCollection();
                            relatedEntities.Add(new EntityReference("tle_center", centerId));

                            // Create an object that defines the relationship between the contact and center.
                            Relationship relationship = new Relationship("tle_contact_tle_center");

                            //Associate the center with the contact
                            service.Associate("contact", contactId, relationship, relatedEntities);


*This post is locked for comments

  • Verified answer
    Priyank Bhavsar Profile Picture
    Priyank Bhavsar 505 on at
    RE: CRM 2013 - Association of center with contact not working

    Sorry for posting the question. The code is working but I forgot to enable the plugin step.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans