Answer
No, it is not possible to remove the Validation Status field from an attribute table when running a batch attribute rule in ArcGIS Pro.
As a workaround, to remove the Validation Status field, export the feature class and remove the Validation Status field from the new feature class containing the original feature class attributes.
- Create a new file geodatabase to store a new feature class. Refer to ArcGIS Pro: From the Catalog pane in ArcGIS Pro for instructions.
Note:
A new file geodatabase is useful to store the feature class without the Validation Status field while retaining the field for the feature class stored in the original geodatabase.
- Navigate to the Analysis tab and click Tools. The Geoprocessing pane opens.
- In the Geoprocessing pane, search for and select the Export Features tool.
Note:
Alternatively, the Feature Class To Feature Class tool can be used for this workaround but the tool is deprecated and is to be removed in a future release.
- On the Export Features pane, configure the parameters of the tool.
- For Input Features, click the drop-down menu and select the feature class with the Validation Status field. In this example, the feature class named County is selected.
- For Output Feature Class, click Browse . Browse to the newly created file geodatabase in Step 1 and select it to store the output feature class.
- Scroll down, and click Fields to expand the list of the fields in the feature class.
- Under Field Map, under Output Fields, browse and select the VALIDATIONSTATUS field. Click the Remove icon displayed beside the VALIDATIONSTATUS field.
- Leave all the other parameters as default. Click Run.