Field:salutation@person

From MintHCM Wiki

Person - Salutation

Name salutation
Module Person
Type enum
Label Salutation
VName LBL_SALUTATION
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
* Mr.,
* Ms.,
* Mrs.,
* Miss,
* Dr.,
* Prof.
Options List Name salutation_dom
Needs Validation No

Notes

Contact salutation (e.g., Mr, Ms)


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'salutation' => array( 'name' => 'salutation', 'vname' => 'LBL_SALUTATION', 'type' => 'enum', 'options' => 'salutation_dom', 'massupdate' => false, 'len' => '255', 'comment' => 'Contact salutation (e.g., Mr, Ms)' ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status

Initiating

Related Integrations

Mentioned in other articles