Field:parent type@Reservations

From MintHCM Wiki

Revision as of 20:31, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=parent_type |Field-module=Reservations |Field-type=parent_type |Field-label=Related to (Type) |Field-vname=LBL_PARENT_TYPE |Field-required=No |Fiel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Reservations - Related to (Type)

Name parent_type
Module Reservations
Type parent_type
Label Related to (Type)
VName LBL_PARENT_TYPE
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
* Calls,
* Meetings
Options List Name reservations_parent_type_list
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Reservations/vardefs.php

'parent_type' => array( 'name' => 'parent_type', 'vname' => 'LBL_PARENT_TYPE', 'type' => 'parent_type', 'dbType' => 'varchar', 'group' => 'parent_name', 'options' => 'reservations_parent_type_list', 'len' => 255, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles