UserView
Represents custom views created by users to define filtered or structured data perspectives, including query definitions, visibility settings, and associated object references.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the user view. |
| auditCreatedDateTime | Datetime | True |
The date and time when the user view was created. |
| auditModifiedBy | String | True |
The user who last modified the user view. |
| auditModifiedDateTime | Datetime | True |
The date and time when the user view was last modified. |
| category | String | False |
The category used to classify this user view. |
| context | String | False |
The context in which this user view is applicable. |
| description | String | False |
The description of this user view. |
| href | String | True |
The URL of the user view resource. |
| id | String | True |
The unique identifier of the user view record. |
| isPublic | Bool | False |
Indicates whether this user view is visible to all users. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the user view record. |
| metadata | String | False |
The metadata configuration associated with this user view. |
| name | String | False |
The display name of this user view. |
| object | String | False |
The name of the object that this user view is based on. |
| owner_Href | String | True |
The URL of the user who owns this user view. |
| owner_Id | String | False |
The Id of the user who owns this user view. |
| owner_Key | String | False |
The system-assigned key of the user who owns this user view. |
| query | String | False |
The query definition that determines which data this user view returns. |
| status | String | False |
The current status of this user view, such as active or inactive. |
| viewVersion | String | False |
The version identifier of this user view. |