Is there a way to get rid of GlobalID using Python in a GDB?
Let me explain:
If I'm not wrong we are currently forced to Add GlobalID and Enable Editor Tracking to implement Data Reviewer rules in a GDB we want to validate with Attribute Rules.
The fact is that we do not want to modify our official GDB structure, and that, if we temporalily add these fields, we also want to delete them after validation.
Rather easy to Add GlobalIDs and Enable Editor Tracking with Python, and then to Disable Editor Tracking then Delete Fields for Editor, always with arcpy.
But nothing for getting rid of GlobalIDs, except maybe transfering all the data in an empty GDB in the same model, without GlobalIDs... Very long for nearly nothing.
Any other solution?
TKS