Select to view content in your preferred language

arcpy.management.ChangePrivileges()-- How can I allow insertion and updating, but not deletion?

128
1
Jump to solution
3 weeks ago
AlfredBaldenweck
MVP Regular Contributor

I'm trying to script a workflow that involves creating a table in an enterprise geodatabase and then assigning privileges for it.

Where I'm struggling is that I want to be able to let the appropriate users add and update rcords, but I don't want them to be able to delete records.

You can do this manually with the window, but I can't figure out how to do it with code.

Does anyone have any suggestions?

0 Kudos
1 Solution

Accepted Solutions
1 Reply
AlfredBaldenweck
MVP Regular Contributor