Field:created by name@Candidates
From MintHCM Wiki
Candidates - Created by | |
---|---|
Name | created_by_name |
Module | Candidates |
Type | relate |
Label | Created by |
VName | LBL_CREATED |
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
Notes
Name of the user who created the record
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/basic/vardefs.php
'created_by_name' => array( 'name' => 'created_by_name', 'vname' => 'LBL_CREATED', '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', 'massupdate' => false, 'inline_edit' => false, ),
Missing User input