Hi everyone,
I’m seeking help to address some challenges related to SharePoint integration with D365, specifically around syncing security settings. Here's the situation:
-
Current Issue: When syncing files from D365 to SharePoint, security permissions (e.g., who can edit or delete files) are not carried over. These permissions need to be manually configured by a SharePoint admin.
-
Simple Goal: I want to ensure that when a user uploads a file in D365, it gets created in SharePoint with the appropriate permissions:
-
The file owner should be able to edit it.
-
Other users, who are not the owner of the record, should not see the file when they access the SharePoint site.
-
-
Advanced Goal: In addition to the above, I’d like the following permissions setup:
-
When the record owner uploads a file to SharePoint, their direct manager and the manager’s manager (and higher levels) should also have access to view and edit the file.
-
Is there a way to achieve this using an out-of-the-box (OOTB) solution in D365? If customization is required, what would be the best approach?
I would greatly appreciate any advice or guidance. Thank you in advance!