Skip to content

The Rule Workspace

Where a rule is authored. The same surface serves a new rule and an existing one, so New rule and opening one from the library land in the same place.

Administrator only, when the client is licensed for rules. Other roles can open a rule and read it, but the workspace tells them it is read-only.

The rule workspace: the rule's settings above its when-then flow

TabWhat it holds
OverviewThe rule’s settings and its flow
ActivityWhat this rule has done. Only on a rule that exists
FieldWhat it decides
NameWhat the rule is called in the library and in findings
ActiveWhether it runs at all
PriorityThe order it runs in against other rules on the same trigger
Effective from, Effective toThe window it applies in

A rule reads in three parts: When names the trigger, If lists the conditions, and Then the outcomes. Pick the trigger first - until one is chosen the conditions and outcomes stay locked, because what a rule can ask about depends on the moment it runs.

The If row carries its own matcher: whether all of the conditions must hold, or any one of them.

Conditions describe what must be true. Outcomes are what happens when it is - usually a finding on a field, sometimes routing the record to a queue.

A rule installed from the ClaimPod library says so, with the version installed. Compare with library shows what has changed upstream since, so a local edit is never silently overwritten and an upstream improvement is never missed.

ActionWhat it doesWhen it is offeredWhen it is offered but greyed
SaveStores the changeOn an existing rule-
Create ruleStores a new ruleOn a new rule-
Test ruleRuns it against real records without savingAlwaysUntil a trigger is picked and at least one condition exists
DuplicateStarts a new rule from this oneOn an existing rule, for an Administrator-
View HistoryShows what changed and whenOn an existing rule-
DeleteRemoves the ruleOn an existing rule, for an Administrator-

Test rule is the safe way to answer “what would this have done”, because it never writes a finding.

  • Pick a trigger to unlock conditions and outcomes on a new rule.
  • Read-only for your role - a non-administrator sees the rule and a note that an Administrator can edit it.
  • This rule no longer exists if it was deleted, with a way back to the library.
  • Blocked - without the rules module the screen is not in the sidebar, and a saved link to it says the module is not part of your plan.

Related: Rules · How Rules Work