Field:is admin@Users
From MintHCM Wiki
Users - Is Administrator | |
---|---|
Name | is_admin |
Module | Users |
Type | bool |
Label | Is Administrator |
VName | LBL_IS_ADMIN |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/Users/vardefs.php
'is_admin' => array( 'name' => 'is_admin', 'vname' => 'LBL_IS_ADMIN', 'type' => 'bool', 'default' => '0', 'studio' => array( 'listview' => false, 'searchview' => false, 'related' => false ), 'api-visible' => false, ),
To do
Related Features
Affected by
Initiating