Field:parent name@OrganizationalUnits

From MintHCM Wiki

Organizational Units - Parent Unit

Name parent_name
Module Organizational Units
Type relate
Label Parent Unit
VName LBL_MEMBER_OF
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search Yes
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/OrganizationalUnits/vardefs.php

'parent_name' => array( 'name' => 'parent_name', 'rname' => 'name', 'id_name' => 'parent_id', 'vname' => 'LBL_MEMBER_OF', 'type' => 'relate', 'isnull' => 'true', 'module' => 'OrganizationalUnits', 'table' => 'organizationalunits', 'massupdate' => false, 'source' => 'non-db', 'len' => 36, 'link' => 'member_of', 'unified_search' => true, 'importable' => 'true', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles