Field:parent type@Meetings

From MintHCM Wiki

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