Difference between revisions of "Field:position name@Appraisals"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=position_name |Field-module=Appraisals |Field-type=relate |Field-label=Position |Field-vname=LBL_POSITION_NAME |Field-required=No |Field-editable=Y...")
 
(No difference)

Latest revision as of 18:16, 29 September 2019

Appraisals - Position

Name position_name
Module Appraisals
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/Appraisals/vardefs.php

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



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles