UserRoles
Defines roles within the system and the users associated with them, guiding functional access and authorization.
Columns
| Name | Type | ReadOnly | Description |
| Rolename [KEY] | String | False |
The name of the role assigned to the user. |
| Userid | String | False |
The unique identifier for the user associated with the role. |
| Record_url | String | False |
The URL for accessing the user role record. |