Field:parent id@AppraisalItems

From MintHCM Wiki

Revision as of 18:15, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=parent_id |Field-module=AppraisalItems |Field-type=id |Field-label=Subject ID |Field-vname=LBL_PARENT_ID |Field-required=Yes |Field-editable=No |Fi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Appraisal Items - Subject ID

Name parent_id
Module Appraisal Items
Type id
Label Subject ID
VName LBL_PARENT_ID
Required Yes
Editable No
Visible No
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_id' => array( 'required' => true, 'name' => 'parent_id', 'vname' => 'LBL_PARENT_ID', 'type' => 'id', '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' => 36, 'size' => '20', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles