Field:name@SurveyQuestionOptions

From MintHCM Wiki

Survey Question Options - Name

Name name
Module Survey Question Options
Type name
Label Name
VName LBL_NAME
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable No
Massupdate No
Global Search Yes
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/basic/vardefs.php

'name' => array( 'name' => 'name', 'vname' => 'LBL_NAME', 'type' => 'name', 'link' => true, // bug 39288 'dbType' => 'varchar', 'len' => 255, 'unified_search' => true, 'full_text_search' => array('boost' => 3), 'required' => true, 'importable' => 'required', 'duplicate_merge' => 'enabled', //'duplicate_merge_dom_value' => '3', 'merge_filter' => 'selected', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles