Field:activity status type@FP events
From MintHCM Wiki
|
Events - Activity Status | |
|---|---|
| Name | activity_status_type |
| Module | Events |
| Type | enum |
| Label | Activity Status |
| VName | LBL_ACTIVITY_STATUS |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | * --None--, * Active, * Inactive |
| Options List Name | activity_status_type_dom |
| Needs Validation | No |
Contents
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/FP_events/vardefs.php
'activity_status_type' => array( 'name' => 'activity_status_type', 'vname' => 'LBL_ACTIVITY_STATUS', 'type' => 'enum', 'options' => 'activity_status_type_dom', 'len' => '255', 'default' => '', ),
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 |