Field:parent type@Calls

From MintHCM Wiki

Calls - Parent Type

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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Calls/vardefs.php

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



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles