Field:modified user id@Competencies

From MintHCM Wiki

Competencies - Modified by

Name modified_user_id
Module Competencies
Type assigned_user_name
Label Modified by
VName LBL_MODIFIED
Required No
Editable No
Visible No
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

User who last modified record


Affected by

Initiating


Dev Notes


Location and Code definition

include/SugarObjects/templates/basic/vardefs.php

'modified_user_id' => array( 'name' => 'modified_user_id', 'rname' => 'user_name', 'id_name' => 'modified_user_id', 'vname' => 'LBL_MODIFIED', 'type' => 'assigned_user_name', 'table' => 'users', 'isnull' => 'false', 'group' => 'modified_by_name', 'dbType' => 'id', 'reportable' => true, 'comment' => 'User who last modified record', 'massupdate' => false, 'inline_edit' => false, ),



Missing User input


Affected by

Initiating