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