Field:description@SurveyQuestionResponses

From MintHCM Wiki

Revision as of 20:37, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=description |Field-module=SurveyQuestionResponses |Field-type=text |Field-label=Description |Field-vname=LBL_DESCRIPTION |Field-required=No |Field-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Survey Question Responses - Description

Name description
Module Survey Question Responses
Type text
Label Description
VName LBL_DESCRIPTION
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

Standard text field to store additional notes about the record


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/basic/vardefs.php

'description' => array( 'name' => 'description', 'vname' => 'LBL_DESCRIPTION', 'type' => 'text', 'comment' => 'Full text of the note', 'rows' => 6, 'cols' => 80, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles