employeeroles
Defines employee roles within the organization, used to assign job responsibilities and manage access controls.
Columns
| Name | Type | References | Description |
| entity | Integer | The unique identifier for the entity, used to reference and track it within the system. | |
| centertype | String | The type of center associated with the entity, used to classify or categorize the type of operation or business center. | |
| wsonly | Boolean | Indicates whether the entity is restricted to Web Services only, typically used for system or access control purposes. | |
| deviceidonly | Boolean | Indicates whether the entity is restricted to device IDs only, used for security or device-specific configurations. | |
| selectedrole | Integer | The role selected for the entity, used to determine the permissions and access levels within the system. | |
| ssoonly | Boolean | Indicates whether Single Sign-On (SSO) is required for the entity, typically used for authentication and access management. |