Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

What are the steps to use Deletion Service for cleanup of Principal Object Access (POA) in MS D365?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I want to cleanup the POA data in D365 and I read that deletion service will delete those records who's AccessRightMask value is 0, but I don't know how to use that. What are the steps to use Deletion Service for cleanup of Principal Object Access (POA) in MS D365?

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: What are the steps to use Deletion Service for cleanup of Principal Object Access (POA) in MS D365?

    Hi,

    But, if deletion service isn't in running status then how can I make that service in running service?

    Please tell me with steps.

    Regards,

    Sougata

  • Suggested answer
    RE: What are the steps to use Deletion Service for cleanup of Principal Object Access (POA) in MS D365?

    You can use below query to check inside DB whether the Deletion Service is running regularly. If it's running, then leave it to Deletion Service as it will have these POA records deleted.

    USE MSCRM_CONFIG

    select * from ScaleGroupOrganizationMaintenanceJobs where OperationType = 14

    Besides, you can also use below script to check out inside the POA table to confirm how many records having 0 for both fields (accessrightsmask and inheritedaccessrightsmask). You can delete these records manually, so just leave it to Deletion Service to have them deleted (usually, these records will stay there for 90 days, and then Deletion Service will remove them).

    select objecttypecode,accessrightsmask,inheritedaccessrightsmask,count(*) as Total

    from PrincipalObjectAccess with (nolock)

    group by objecttypecode,accessrightsmask,inheritedaccessrightsmask

    order by total desc

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,489 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans