Field:position name@Users

From MintHCM Wiki

Users - Position

Name position_name
Module Users
Type relate
Label Position
VName LBL_POSITION_NAME
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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Users/vardefs.php

"position_name" => array( 'name' => 'position_name', 'type' => 'relate', 'source' => 'non-db', 'vname' => 'LBL_POSITION_NAME', 'save' => true, 'id_name' => 'position_id', 'link' => 'position', 'module' => 'Positions', 'table' => 'positions', 'rname' => 'name', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles