UserRights
Outlines access privileges and permissions assigned to users, covering application modules and record-level visibility.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | Unique identifier for the user rights record. |
| Userkey | Int64 | The unique identifier for the user associated with the rights. |
| Application | String | The application for which user rights are defined. |
| Policy | String | The specific policy assigned to the user within the application. |
| Rights | String | The rights or permissions assigned to the user for the application. |
| Whencreated | Datetime | The date and time when this user rights record was created. |
| Whenmodified | Datetime | The date and time when this user rights record was last modified. |
| Createdby | Int64 | The user ID of the creator of this user rights record. |
| Modifiedby | Int64 | The user ID of the last modifier of this user rights record. |
| Record_url | String | The URL for accessing this user rights record. |