Field:created by name@Notes
From MintHCM Wiki
Notes - Created By | |
---|---|
Name | created_by_name |
Module | Notes |
Type | relate |
Label | Created By |
VName | LBL_CREATED_BY |
Required | No |
Editable | No |
Visible | Yes |
Reportable | No |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Name of the user who created the record
Related Features
Affected by
Initiating
Location and Code definition
modules/Notes/vardefs.php
'created_by_name' => array ( 'name' => 'created_by_name', 'vname' => 'LBL_CREATED_BY', 'type' => 'relate', 'reportable'=>false, 'link' => 'created_by_link', 'rname' => 'user_name', 'source'=>'non-db', 'table' => 'users', 'id_name' => 'created_by', 'module'=>'Users', 'duplicate_merge'=>'disabled', 'importable' => 'false', ),
Missing User input