Field:modified by name@Calls

From MintHCM Wiki

Calls - Modified By Name

Name modified_by_name
Module Calls
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

Related Integrations

Mentioned in other articles


Dev Notes


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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles