To Edit Feature Rule Properties

  1. In the Infrastructure Administrator, do one of the following:
    • Click Enterprise and connect to the enterprise industry model. Open a project.
    • Click File and open an industry model drawing or template.
  2. Click the Industry Model node.
  3. Click Industry Model menu > Data Model.
  4. In the Data Model Explorer, select a feature class, right-click and click Edit Feature Rules.
    Note: To edit a feature rule group, in the Feature Rules Properties dialog box, select the group in the Feature Rule Definitions list and click Edit.
  5. In the Applied Rule Base list, select the rule to edit and click Edit.
  6. In the Edit Rule Base dialog box, edit the following properties:
    Active Activates or deactivates the rule. You can temporarily disable a rule without losing its configuration.
    ID The primary key in TB_RULE_BASE. You cannot edit it.
    Priority Modifies the priority. In most cases, you can keep the default priority of the feature rule definition. See also Feature Rule Priorities.
    Feature Class Displays the feature class caption.
    Definition Defines server-side feature rules only. Click to view the feature rule definition (trigger text). See also Define a Server-side Feature Rule .
    Before Trigger / After Trigger Selects the event at which the rule will be executed. Modify the regular settings here, if needed. For example, deactivate the perimeter check before an update. See Feature Rule Properties.
    Parameters

    Assigns a value to the parameters that are used in the trigger text. For example, most server-side feature rules have a default parameter for the feature class name. You can specify up to 10 parameters that can be used in the trigger text.

    To introduce a parameter, enter the parameters %P1, %P2 through %P10 in the trigger text. For each parameter, a text box is displayed, where you can define a name and a default value.

    The parameters are stored in the TB_RULE_PARAM system table.