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