Field:parent type@Meetings

From MintHCM Wiki

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

Meetings - Parent Type

Name parent_type
Module Meetings
Type parent_type
Label Parent Type
VName LBL_PARENT_TYPE
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
* Task,
* Project,
* Project Task,
* Recruitment,
* Candidate,
* Candidature,
* Offboardings,
* Onboardings
Options List Name parent_type_display
Needs Validation No

Notes

Module meeting is associated with


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Meetings/vardefs.php

'parent_type' => array( 'name' => 'parent_type', 'vname' => 'LBL_PARENT_TYPE', 'type' => 'parent_type', 'dbType' => 'varchar', 'group' => 'parent_name', 'options' => 'parent_type_display', 'len' => 100, 'comment' => 'Module meeting is associated with', 'studio' =>array( 'searchview' => false ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles