Field:created by name@SurveyQuestionOptions

From MintHCM Wiki

Survey Question Options - Created by

Name created_by_name
Module Survey Question Options
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

Notes

Name of the user who created the record


Affected by

Initiating


Dev Notes


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


Affected by

Initiating