Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/build/interface/actions.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion content/docs/configure/permissions/record-access.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
Loading