Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Remove mapping between fields programmatically dynamics 365

Posted on by Microsoft Employee

Hello,

Is it possible to remove mapping between fields programmatically in Dynamics 365 ?

Let me explain: 
Under 1:N relationships , I have this relation ship: "contact_customer_accounts". Inside this relation,
i have this mapping "telephone1".
The goad is to delete this mapping programmatically (a c# code or a PowerShell). 

I thank you in advance.

*This post is locked for comments

  • Suggested answer
    Dynamics365 Rocker Profile Picture
    Dynamics365 Rocker 7,755 on at
    RE: Remove mapping between fields programmatically dynamics 365

    Why do you want to remove mapping programmatically?

    It is easy to remove mapping from UI.

  • Suggested answer
    RaviKashyap Profile Picture
    RaviKashyap 55,410 on at
    RE: Remove mapping between fields programmatically dynamics 365

    Hi,

    Do you want to remove the ampping or the value which is mapped to the telephone1 field from account to contact? If you want to remove the mapping completely then I don't think it is worth an effort considering you can remove this from UI easily.

    If you want to remove the field value then it is as simple as setting the field value as null.

    contactRecord["telephone1"] =  null;

    service.Update(contactRecord);

    Hope this helps.

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,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans