UserRoleSetup
Stores configuration data for associating users with specific roles within Veeva Vault, enabling permissions management, access control, and task assignments.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the user role setup entry, typically assigned automatically by the system. |
| Name | String | True |
Descriptive name of the user role setup, sourced from the Vault's internal name__v field. |
| Status | String | False |
Current lifecycle state of the user role setup, such as Active, Inactive, or Pending, stored in the status__v field. |
| User | String | False |
Reference to the user associated with this role setup, linking to the corresponding user__v field. |
| Role | String | False |
Assigned role for the user within the system, indicating permissions or functional access, sourced from role__v. |
| Created By | String | True |
Username or identifier of the person or process that created the record, pulled from created_by__v. |
| Created Date | Datetime | True |
Date and time when this user role setup was initially created in the system, from created_date__v. |
| Last Modified By | String | True |
Username or identifier of the last person or process that modified the record, captured in modified_by__v. |
| Last Modified Date | Datetime | True |
Timestamp indicating when the record was last updated, drawn from modified_date__v. |
| Source | String | False |
Indicates the origin of the role setup record, such as API, UI, or integration system, stored in urs_source__sys. |
| Source Reference | String | False |
Reference ID or tracking value from the external source system that initiated the setup, found in urs_source_ref__sys. |
| Global ID | String | True |
System-generated globally unique identifier for the user role setup, stored in global_id__sys. |
| Link | String | False |
System-provided direct link or URL to access the full record in Vault, stored in link__sys. |