Field:neither text@Surveys

From MintHCM Wiki

Surveys - Neither Text

Name neither_text
Module Surveys
Type varchar
Label Neither Text
VName LBL_NEITHER_TEXT
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

The field where user can add text to the intermediate option.


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes

Location and Code definition

modules/Surveys/vardefs.php

'neither_text' => array( 'required' => false, 'name' => 'neither_text', 'vname' => 'LBL_NEITHER_TEXT', 'type' => 'varchar', 'massupdate' => 0, 'default' => 'Neither Satisfied nor Dissatisfied', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes