5.3.1 Managing Restricted Words

The investigation template notebook allows users to provide input for overriding attributes or supplying values for additional attributes. Before saving these inputs, the Restricted Word Manager validates whether any restricted words are present in the input.

Features:
  • Configure restricted word validation globally via CS_IH_CONFIG table.
  • Validation is performed only on user-provided input.
  • Define restricted words in tables cs_ih_constants or via custom SQL.
  • Select error or warning actions if restricted words are detected.
  • Customize case sensitivity according to your requirements.

The list of restricted words is defined either in the cs_ih_constants table against the key RS_WORD in studio schema or is dynamically fetched from another table using an SQL identifier. If any restricted words are detected, the system saves the input but displays a warning or error message to inform the user.

The restricted words can be stored against a key in the CS_IH_CONSTANT table in Studio schema.