Browse Source

docs: user field

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/7294/head
Raju Udava 10 months ago
parent
commit
737bfee3ba
  1. 30
      packages/noco-docs/docs/070.fields/040.field-types/080.user-based/010.user.md
  2. 5
      packages/noco-docs/docs/070.fields/040.field-types/080.user-based/_category_.json
  3. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/types/user-field.png
  4. BIN
      packages/noco-docs/static/img/v2/fields/types/user-field-cell.png
  5. BIN
      packages/noco-docs/static/img/v2/fields/types/user-field.png

30
packages/noco-docs/docs/070.fields/040.field-types/080.user-based/010.user.md

@ -0,0 +1,30 @@
---
title: 'User'
description: 'This article explains how to create & work with a User field.'
tags: ['Fields', 'Field types', 'User']
keywords: ['Fields', 'Field types', 'User', 'Create User field']
---
`User` field type allows you to assign a user from your current workspace to a record. For example, you can create a `Task` table with a `User` field type to assign a task to a user. You can also configure the field to allow assigning multiple users to a record.
## Create a User field
1. Click on `+` icon to the right of `Fields header`
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `User` from the dropdown.
4. Configure `Allow adding multiple users` toggle field (Optional).
5. Configure default value (Optional)
6. Click on `Save Field` button.
![image](/img/v2/fields/types/user-field.png)
### Cell display
`User` field display is quite identical to `Select` field. It is displayed as a dropdown in the table view. Click on the dropdown to select a user. If `Allow adding multiple users` is enabled, you can select multiple users from the dropdown.
![image](/img/v2/fields/types/user-field-cell.png)
:::note
- If a user is removed from workspace, the user will be removed from the dropdown list. If such user was assigned to a record already, the user will be displayed as is.
- To remove a user from a record, click on the `x` icon next to the user name.
- If display name is not set for a user, the user's email address will be displayed.
:::

5
packages/noco-docs/docs/070.fields/040.field-types/080.user-based/_category_.json

@ -0,0 +1,5 @@
{
"label": "User based",
"collapsible": true,
"collapsed": true
}

BIN
packages/noco-docs/static/img/v2-unannotated/fields/types/user-field.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

BIN
packages/noco-docs/static/img/v2/fields/types/user-field-cell.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
packages/noco-docs/static/img/v2/fields/types/user-field.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Loading…
Cancel
Save