Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Execute Rule

Data Action Grooper.Core

Executes a Data Rule.

Remarks

The ExecuteRule action allows you to invoke another Data Rule from within a parent rule's action sequence.


Usage

  • Add an ExecuteRule action to a Data Rule to modularize and reuse rule logic.
  • Set the property to specify which Data Rule to execute.
  • The selected rule must apply to the same scope as this action, or to one of its descendants.

Example

Suppose you have a complex validation or normalization process that is shared across multiple data elements. You can define the logic in a separate Data Rule, then use ExecuteRule actions to invoke it from other rules as needed.


Related Concepts


For more information, see the documentation for Data Rule, Data Action, and related data extraction objects.

Properties

NameTypeDescription
Behavior
Info

See Also

Used By

Notification