Field:parent id@AppraisalItems
From MintHCM Wiki
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 |
Contents
[hide]Notes
Related Features
Affected by
Initiating
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