Field:relationship type@ProjectTask
From MintHCM Wiki
Project Tasks - Relationship Type | |
---|---|
Name | relationship_type |
Module | Project Tasks |
Type | enum |
Label | Relationship Type |
VName | LBL_RELATIONSHIP_TYPE |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * Finish to Start, * Start to Start |
Options List Name | relationship_type_list |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |
Initiating
Location and Code definition
modules/ProjectTask/vardefs.php
'relationship_type' => array( 'name' => 'relationship_type', 'vname' => 'LBL_RELATIONSHIP_TYPE', 'type' => 'enum', 'required' => false, 'options' => 'relationship_type_list', 'audited'=>false, 'reportable' => true, 'importable' => true, ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |