Field:parent id@Trainings

From MintHCM Wiki

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

Trainings - Related to ID

Name parent_id
Module Trainings
Type id
Label Related to ID
VName LBL_PARENT_ID
Required No
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/Trainings/vardefs.php

"parent_id" => array( '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