Disable Attribute Rules (Data Management)

ArcGIS Pro 3.3 | | Help archive

Summary

Disables one or more attribute rules for a dataset.

Usage

  • If you've applied attribute rules to your data and are loading larges amount of data, you can use this tool to disable one or more rules to avoid potential performance issues.

  • You can use the Enable Attribute Rules tool to re-enable rules when applicable.

  • All new attribute rules (whether created individually or imported) are enabled by default. This tool allows you to disable the rule logic until you are ready to enforce it.

  • If you specify both a rule name and a rule type when running this tool, upon execution, the tool will verify that the type of rule specified matches the rule type specified. If they do not match, the rule will not be disabled.

Parameters

LabelExplanationData Type
Input Table

The table or feature class that contains the attribute rule to be disabled.

Table View
Rule Names

The names of the rules to disable for the dataset.

String
Type
(Optional)

Specifies the type of attribute rules to disable.

  • Calculation—Filters the Rule Names parameter to display only calculation type rules.
  • Constraint—Filters the Rule Names parameter to display only constraint type rules.
  • Validation—Filters the Rule Names parameter to display only validation type rules.

  • CalculationDisable a calculation rule.
  • ConstraintDisable a constraint rule.
  • ValidationDisable a validation rule.
String

Derived Output

LabelExplanationData Type
Output Feature Class

The updated input table with one or more attribute rules disabled.

Table View; Raster Layer; Mosaic Layer

Environments

Licensing information

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

Related topics