Field:created by@Appraisals

From MintHCM Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Appraisals - Created By

Name created_by
Module Appraisals
Type assigned_user_name
Label Created By
VName LBL_CREATED
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

An id of the user who created the record


Affected by

Initiating


Dev Notes


Location and Code definition

include/SugarObjects/templates/basic/vardefs.php

'created_by' => array( 'name' => 'created_by', 'rname' => 'user_name', 'id_name' => 'modified_user_id', 'vname' => 'LBL_CREATED', 'type' => 'assigned_user_name', 'table' => 'users', 'isnull' => 'false', 'dbType' => 'id', 'group' => 'created_by_name', 'comment' => 'User who created record', 'massupdate' => false, 'inline_edit' => false, ),



Missing User input


Affected by

Initiating