Field:department@person

From MintHCM Wiki

Person - Department

Name department
Module Person
Type varchar
Label Department
VName LBL_DEPARTMENT
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 department of the contact


Affected by

Initiating


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'department' => array( 'name' => 'department', 'vname' => 'LBL_DEPARTMENT', 'type' => 'varchar', 'len' => '255', 'comment' => 'The department of the contact', 'merge_filter' => 'enabled', ),



Missing User input


Affected by

Initiating