Select to view content in your preferred language

Delete test records from the Request Management Center

337
2
Jump to solution
03-13-2026 02:53 PM
StephenKing3
Frequent Contributor

Is there a way to easily delete test data entries/records submitted to the Request Management Center?

0 Kudos
1 Solution

Accepted Solutions
Joshua-Young
MVP Regular Contributor

It is easiest to do in ArcGIS Pro. If all the records are test records then Truncate Table will clear everything and reset the ObjectID to one. Otherwise, in ArcGIS Pro you can open the attribute tables, select the records that are tests, and delete the rows. You will need to do this on the root feature layers that you added test records to. You do not have to mess with the views because the changes will propagate up from the root feature layers.

"Not all those who wander are lost" ~ Tolkien

View solution in original post

2 Replies
Joshua-Young
MVP Regular Contributor

It is easiest to do in ArcGIS Pro. If all the records are test records then Truncate Table will clear everything and reset the ObjectID to one. Otherwise, in ArcGIS Pro you can open the attribute tables, select the records that are tests, and delete the rows. You will need to do this on the root feature layers that you added test records to. You do not have to mess with the views because the changes will propagate up from the root feature layers.

"Not all those who wander are lost" ~ Tolkien
StephenKing3
Frequent Contributor

Ah yes, thanks for the reminder about that! Worked perfectly.

0 Kudos