In Development: 11.1.4

Cerb (11.1.4) is a maintenance update in development as of July 13, 2025. It includes 6 minor features and fixes from community feedback covering the 11.1 update. You can follow these instructions to upgrade.
Changelog
Changed
- [Records/Snippet] Snippet dictionaries now include a
prompts
key with structured data on the defined placeholder prompts.
Fixed
-
[Worklists/Search] Fixed an issue with search query optimization (
APP_OPT_SQL_SUBQUERY_TO_IDS
) on record filters where0
is a valid value (e.g.worker.id:
). Empty result sets were converted to a zero value which unexpectedly matched unlinked records. -
[Worklists/Search] Fixed an issue with
APP_OPT_SQL_SUBQUERY_TO_IDS
query optimization with negated filters. -
[Records/Merge] Fixed a display issue when merging records with 'Decimal' custom fields. The fields displayed without a floating point indicator.
-
[Records/Merge] Fixed an issue with merging currency and decimal custom fields.
-
[KATA/Automations] Fixed an issue in KATA parsing when using the
@kata
annotation. The value now properly evaluates its own annotations and placeholders.