Difference between revisions of "Field:created by@Applications"
From MintHCM Wiki
(Created page with "{{Field-infobox |Field-name=created_by |Field-module=Applications |Field-type=assigned_user_name |Field-label=Created By |Field-vname=LBL_CREATED |Field-required=No |Field-edi...") |
|||
Line 16: | Line 16: | ||
|Field-options-name= | |Field-options-name= | ||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |Short Description= | + | |Short Description=An id of the user who created the record |
}} | }} | ||
Latest revision as of 20:56, 29 September 2019
Applications - Created By | |
---|---|
Name | created_by |
Module | Applications |
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 |
Contents
[hide]Notes
An id of the user who created the record
Related Features
Affected by
Initiating
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