Field:parent type@AppraisalItems

From MintHCM Wiki

Revision as of 18:15, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=parent_type |Field-module=AppraisalItems |Field-type=parent_type |Field-label=Parent Type |Field-vname=LBL_PARENT_TYPE |Field-required=Yes |Field-e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Appraisal Items - Parent Type

Name parent_type
Module Appraisal Items
Type parent_type
Label Parent Type
VName LBL_PARENT_TYPE
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
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/AppraisalItems/vardefs.php

'parent_type' => array( 'required' => true, 'name' => 'parent_type', 'vname' => 'LBL_PARENT_TYPE', 'type' => 'parent_type', 'massupdate' => 0, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => 0, 'audited' => true, 'inline_edit' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 255, 'size' => '20', 'dbType' => 'varchar', 'studio' => 'hidden', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles