From dcb25eec2f1defed077e7369e1f57d17114fcee1 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 15:43:23 +0000 Subject: [PATCH] docs: name the full share recipient set in the actions and record-access tables The built-in `share` row said "a user / role"; `role` is retired vocabulary (ADR-0090 D3 renamed the sharing recipient `role` to `position`). The record-access mechanisms row named three of the five recipient kinds. Both now use the enumeration record-access.mdx already uses further down. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Yaqu7kmKZM3tRPd9Y4xivo --- content/docs/build/interface/actions.mdx | 2 +- content/docs/configure/permissions/record-access.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/build/interface/actions.mdx b/content/docs/build/interface/actions.mdx index cf1213f..f5dbf1f 100644 --- a/content/docs/build/interface/actions.mdx +++ b/content/docs/build/interface/actions.mdx @@ -167,7 +167,7 @@ Every object gets these for free: | `delete` | Delete (or soft-delete) a record | | `restore` | Undo a soft-delete | | `clone` | Deep-copy a record | -| `share` | Direct share with a user / role | +| `share` | Direct share with a user, team, position, business unit, or a unit and its subordinates | Don't redeclare these — they follow the object's [lifecycle & capability flags](/docs/build/data). diff --git a/content/docs/configure/permissions/record-access.mdx b/content/docs/configure/permissions/record-access.mdx index 0dc8eec..0b1396e 100644 --- a/content/docs/configure/permissions/record-access.mdx +++ b/content/docs/configure/permissions/record-access.mdx @@ -12,7 +12,7 @@ permissions allow the operation. |---|---| | Row-level security | Enforce tenant or organization isolation | | Sharing rules | Grant access based on declarative criteria | -| Record shares | Grant access to a specific user, position, or unit (with subordinates) | +| Record shares | Grant access to a specific user, team, position, business unit, or a unit and its subordinates | | Ownership/hierarchy | Grant access through the owner and the business-unit tree | ## Sharing model defaults