Field:organizationalunits@Employees

From MintHCM Wiki

Employees - Organizational Units

Name organizationalunits
Module Employees
Type link
Label Organizational Units
VName LBL_RELATIONSHIP_ORGANIZATIONALUNITS_NAME
Required No
Editable No
Visible No
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Affected by

Initiating


Dev Notes


Location and Code definition

modules/Employees/vardefs.php

$dictionary["Employee"]["fields"]["organizationalunits"] = array( 'name' => 'organizationalunits', 'type' => 'link', 'relationship' => 'employees_organizationalunits', 'source' => 'non-db', 'module' => 'OrganizationalUnits', 'bean_name' => 'OrganizationalUnits', 'vname' => 'LBL_RELATIONSHIP_ORGANIZATIONALUNITS_NAME', 'side' => 'right', );



Missing User input


Affected by

Initiating