-
Notifications
You must be signed in to change notification settings - Fork 112
Description
Hi. I just want to get some clarification with this powershell module, export-d365securitydetails.
As I understand it, this module breaks down the SecurityDatabaseCustomizations.xml file into several xml files, all showing any security objects we have in the system (roles, duties, and privileges). I have a bunch of security objects that I need to update in D365 but doing it manually is too tedious, so I thought I could use this function to edit the xml files that were generated and add in my changes (e.g. add new duties and roles by adding the right tags in the file).
Assuming I've made my changes, do I need to run another command to consolidate all of these security objects into one xml file (like the reverse of export-d365securitydetails module)? Is that kind of command available in d365fo.tools? What's the purpose of export-d365securitydetails.ps1 aside from getting a breakdown of all the security objects in D365?
Thank you so much for the help.