Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Blank Out Manager Field on User Record

Posted on by 3,497

I am working with MSCRM 2015 - OnPrem (v 7.0.1.129). 
I have a plugin which sets the value of the User's manager based on a data-import. I am using the 'SetParentSystemUserRequest' to set the Manager value on the User record. (see code below)

SetParentSystemUserRequest req = new SetParentSystemUserRequest
{
UserId = userRecord.Id,
ParentId = managerRecord.Id,
KeepChildUsers = true
};
SetParentSystemUserResponse resp = (SetParentSystemUserResponse)service.Execute(req);

There are scenarios where I need to clear out the existing Manager field on User. How do I do that using the SDK?

*This post is locked for comments

  • Verified answer
    Shidin Haridas Profile Picture
    Shidin Haridas 3,497 on at
    RE: Blank Out Manager Field on User Record

    Using the "RemoveParentRequest" does the trick!

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!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

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