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

Require Value

Data Action Grooper.Core

Requires that one or more data elements have a value set.

Remarks

The RequireValue action enforces that specified data elements (fields, columns, sections, or tables) are populated with a value.


Usage

  • Add a RequireValue action to a Data Rule to ensure required data elements are not left blank.
  • Use the 'RequiredElements' property to select which elements must have a value.
  • Optionally, configure 'LogMessage', 'Category', and 'Metadata' to customize error reporting.

How it works

  1. For each element in 'RequiredElements', the action checks if a value is present.
  2. If any required element is missing a value, an error is logged and the element is marked as invalid.
  3. The log message and category can be customized for reporting and workflow integration.

Example

To require that "First Name" and "Last Name" fields are populated:

  • Set 'RequiredElements' to include "First Name" and "Last Name".
  • Optionally, set 'LogMessage' to "Name fields are required."

Related Concepts


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

Properties

NameTypeDescription
General
Info

See Also

Used By

Notification