Field:parent type@Tasks

From MintHCM Wiki

Tasks - Parent Type

Name parent_type
Module Tasks
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

The Sugar object to which the call is related


Affected by

Initiating


Dev Notes


Location and Code definition

modules/Tasks/vardefs.php

'parent_type' => array( 'name' => 'parent_type', 'vname' => 'LBL_PARENT_TYPE', 'type' => 'parent_type', 'dbType' => 'varchar', 'group' => 'parent_name', 'options' => 'parent_type_display', 'required' => false, 'len' => '255', 'comment' => 'The Sugar object to which the call is related', 'options' => 'parent_type_display', ),



Missing User input


Affected by

Initiating