This application contains a hierarchy tree record picker used inside ServiceNow GRC workspace forms — instead of a flat reference/lookup field, users get a searchable tree (root nodes → child nodes) to browse and multi-select records (e.g., org units, risk/control categories), which then get saved as associations to the record they're editing
- UX macroponent/screen with client scripts driving tree expand/search/select interactions on a form or related list Multi record associator component more details are documented at KB3147521
New:
1. Hierarchy Record Selector Framework – Introduces a reusable UI Builder modal that lets users pick one or more records from a
Hierarchy (e.g., org units, risk/entity trees) and link them to a parent record, replacing flat reference/list pickers.
2. Extensibility – A new extension point lets other apps supply custom filter logic to constrain which records appear in the selector modal
for a given context.
Platform version >= ZP12
Permissions and roles: Role required to install the app: system admin (admin)