Field:created by name@DocumentRevisions

From MintHCM Wiki

Document Revisions - Created by Name

Name created_by_name
Module Document Revisions
Type relate
Label Created by Name
VName LBL_CREATED_BY_NAME
Required No
Editable No
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Name of the user who created the record


Affected by

Initiating


Dev Notes


Location and Code definition

modules/DocumentRevisions/vardefs.php

'created_by_name' => array ( 'name' => 'created_by_name', 'rname' => 'user_name', 'db_concat_fields'=> array(0=>'first_name', 1=>'last_name'), 'id_name' => 'created_by', 'vname' => 'LBL_CREATED_BY_NAME', 'type' => 'relate', 'table' => 'users', 'isnull' => 'true', 'module' => 'Users', 'dbType' => 'varchar', 'link'=>'created_by_link', 'len' => '255', 'source'=>'non-db', ),



Missing User input


Affected by

Initiating