Field:modified by name@TermsOfEmployment
From MintHCM Wiki
|
Terms of Employment - Modified by Name | |
|---|---|
| Name | modified_by_name |
| Module | Terms of Employment |
| 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 |
Contents
Notes
Name of the user who modified the record
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/basic/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', 'massupdate' => false, 'inline_edit' => false, ),
Missing User input