Difference between revisions of "Field:created by name@Notes"
From MintHCM Wiki
(Created page with "{{Field-infobox |Field-name=created_by_name |Field-module=Notes |Field-type=relate |Field-label=Created By |Field-vname=LBL_CREATED_BY |Field-required=No |Field-editable=No |F...") |
|||
Line 16: | Line 16: | ||
|Field-options-name= | |Field-options-name= | ||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |Short Description= | + | |Short Description=Name of the user who created the record |
}} | }} | ||
Latest revision as of 22:22, 29 September 2019
Notes - Created By | |
---|---|
Name | created_by_name |
Module | Notes |
Type | relate |
Label | Created By |
VName | LBL_CREATED_BY |
Required | No |
Editable | No |
Visible | Yes |
Reportable | No |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Name of the user who created the record
Related Features
Affected by
Initiating
Location and Code definition
modules/Notes/vardefs.php
'created_by_name' => array ( 'name' => 'created_by_name', 'vname' => 'LBL_CREATED_BY', 'type' => 'relate', 'reportable'=>false, 'link' => 'created_by_link', 'rname' => 'user_name', 'source'=>'non-db', 'table' => 'users', 'id_name' => 'created_by', 'module'=>'Users', 'duplicate_merge'=>'disabled', 'importable' => 'false', ),
Missing User input