Field:created by name@Users
From MintHCM Wiki
|
Users - Created By | |
|---|---|
| Name | created_by_name |
| Module | Users |
| Type | varchar |
| Label | Created By |
| VName | LBL_CREATED_BY_NAME |
| Required | No |
| Editable | No |
| Visible | Yes |
| Reportable | Yes |
| Importable | No |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Notes
Name of the user who created the record
Related Features
Affected by
Initiating
Location and Code definition
modules/Users/vardefs.php
'created_by_name' => array( 'name' => 'created_by_name', 'vname' => 'LBL_CREATED_BY_NAME', //bug 48978 'type' => 'varchar', 'source' => 'non-db', 'importable' => 'false', ),
Missing User input