Field:name@Notes

From MintHCM Wiki

Revision as of 19:28, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=name |Field-module=Notes |Field-type=name |Field-label=Subject |Field-vname=LBL_NOTE_SUBJECT |Field-required=Yes |Field-editable=Yes |Field-visible...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notes - Subject

Name name
Module Notes
Type name
Label Subject
VName LBL_NOTE_SUBJECT
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

Name of the note


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Notes/vardefs.php

'name' => array ( 'name' => 'name', 'vname' => 'LBL_NOTE_SUBJECT', 'dbType' => 'varchar', 'type' => 'name', 'len' => '255', 'unified_search' => true, 'full_text_search' => array('boost' => 3), 'comment' => 'Name of the note', 'importable' => 'required', 'required' => true, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles