specs/models/M_USER_FIELD

User Field

User Fields are custom fields that are defined by a user with “edit” access for the User Model.

These are commonly used for training matrices and work order assignments.

User Fields can be updated in real-time by any app once they are created.

A Tulip account can have up to 100 total User Fields.

Every User Field has a unique ID. Even if two fields have the same name, they can be distinguished by their unique ID.

Once a user field is created, it is permanently stored in the Tulip account. It can be “deactivated” so that the user is no longer allowed to see it.

Fields

<table> <tr> <td><strong>Name</strong> </td> <td><strong>Description</strong> </td> </tr> <tr> <td>Name </td> <td>The user-facing name of the field </td> </tr> <tr> <td>Description </td> <td>A user-defined description of the field. </td> </tr> <tr> <td>Data Type </td> <td>A type from the following list: <ul> <li>Text</li> <li>Number</li> <li>Boolean</li> <li>Integer</li> <li>Interval</li> <li>Image</li> <li>User</li> <li>Datetime</li> <li>Color</li> </ul> </td> </tr> <tr> <td>ID </td> <td>A unique ID automatically generated by Tulip. </td> </tr> </table>

Tests

IDName
QA-T235User Table : 01 - User Table
QA-T520User Table : 02 - Users Table Export
QA-T1249User Table : 03 - Excluding non-workspace members from user table

Requirements

No requirements