Difference between revisions of "Field:organizationalunits leader name@Positions"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=organizationalunits_leader_name |Field-module=Positions |Field-type=relate |Field-label=Supervised Unit |Field-vname=LBL_ORGANIZATIONALUNITS_LEADER...")
 
Line 13: Line 13:
 
|Field-unified-search=No
 
|Field-unified-search=No
 
|Field-auditable=No
 
|Field-auditable=No
|Field-options=
 
|Field-options-name=
 
 
|Field-needs-validation=No
 
|Field-needs-validation=No
|Short Description=
 
 
}}
 
}}
 
 
==={{int:ev-location_and_code_definition}}===
 
==={{int:ev-location_and_code_definition}}===
  
Line 41: Line 37:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
+
Indicates which organizational unit in the company is supervised by the position
 
 
 
 
[[Missing::Missing User input]]
 
 
 
 
{{Field-links}}
 
{{Field-links}}
 +
{{DevNotes}}

Revision as of 08:41, 28 January 2020

Positions - Supervised Unit

Name organizationalunits_leader_name
Module Positions
Type relate
Label Supervised Unit
VName LBL_ORGANIZATIONALUNITS_LEADER_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/Positions/vardefs.php

'organizationalunits_leader_name' => array( 'name' => 'organizationalunits_leader_name', 'type' => 'relate', 'source' => 'non-db', 'vname' => 'LBL_ORGANIZATIONALUNITS_LEADER_NAME', 'save' => true, 'id_name' => 'organizationalunits_leader_id', 'link' => 'organizationalunits_leader', 'table' => 'organizationalunits', 'module' => 'OrganizationalUnits', 'rname' => 'name', ),

Indicates which organizational unit in the company is supervised by the position


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes