Evaluate Rules (Data Management)

ArcGIS Pro 3.2 | | Help archive

Summary

Evaluates geodatabase rules and functionality.

Learn more about evaluating attribute rules

Usage

  • If there is a selection in the map, only selected features within the specified extent will be evaluated.

  • When the input workspace is a file or mobile geodatabase, the entire workspace is evaluated.

  • When the input workspace is a feature service workspace, the validation capability must be enabled.

  • The tool evaluates attribute rules for the default version.

    License:
    When working with branch versioning in an ArcGIS Enterprise 11.2 or later deployment, organization members must be assigned a license for the ArcGIS Advanced Editing user type extension to use this tool.

Parameters

LabelExplanationData Type
Input Workspace

A file geodatabase, mobile geodatabase, or feature service URL. An example of a feature service URL is https://myserver/server/rest/services/myservicename/FeatureServer.

Workspace
Evaluation Types

Specifies the types of evaluation that will be used.

  • Calculation rulesBatch calculation attribute rules will be evaluated.
  • Validation rulesValidation attribute rules will be evaluated.
String
Extent
(Optional)

The extent to be evaluated. If there is a selection in the map, only selected features within the specified extent will be evaluated.

  • Current Display Extent Map View—The extent will be based on the active map or scene. This option is only available when there is an active map.
  • Extent of a Layer Layer—The extent will be based on an active map layer. Use the drop-down list to choose an available layer or use the Extent of data in all layers option to get the combined extent of all active map layers, excluding the basemap. This option is only available when there is an active map with layers.
  • Browse Browse—The extent will be based on an existing dataset.
  • Intersection of Inputs Intersect—The extent will be based on the minimum or intersecting extent of all inputs. If no inputs overlap, a null extent with all zeros will result.
  • Union of Inputs Union—The extent will be based on the maximum or combined extent of all inputs.
  • Reset Extent Reset—The extent will be reset to the default value.
  • Manually entered coordinates—The coordinates must be numeric values and in the active map's coordinate system.

    The map may be using different display units

Extent
Async
(Optional)

Specifies whether the evaluation will run synchronously or asynchronously. This parameter is only supported when the input workspace is a feature service.

  • Checked—The evaluation will run asynchronously. This option dedicates server resources to run the evaluation with a longer time-out. Running asynchronously is recommended when evaluating large datasets that contain many features requiring calculation or validation. This is the default.
  • Unchecked—The evaluation will run synchronously. This option has a shorter time-out and is best used when evaluating an extent with a small number of features requiring calculation or validation.

Boolean

Derived Output

LabelExplanationData Type
Updated Workspace

The updated feature service workspace that has been evaluated.

Workspace

Environments

This tool does not use any geoprocessing environments.

Licensing information

  • Basic: No
  • Standard: Yes
  • Advanced: Yes

Related topics