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

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
    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
    Steven RH JIANG Profile Picture
    on at
    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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 225 Super User 2025 Season 1

#2
Vahid Ghafarpour Profile Picture

Vahid Ghafarpour 78 Super User 2025 Season 1

#3
Sahra Profile Picture

Sahra 43

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans