Field:purpose@Delegations
From MintHCM Wiki
Delegations - Delegation Purpose | |
---|---|
Name | purpose |
Module | Delegations |
Type | enum |
Label | Delegation Purpose |
VName | LBL_PURPOSE |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Fair, * Conference, * Meeting With Client, * Customer Training, * Development Training |
Options List Name | delegation_purpose_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/Delegations/vardefs.php
'purpose' => array( 'required' => true, 'name' => 'purpose', 'vname' => 'LBL_PURPOSE', 'type' => 'enum', 'massupdate' => 0, 'default' => '', 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'len' => '100', 'size' => '20', 'options' => 'delegation_purpose_list', '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 |