Field:doc type@Documents
From MintHCM Wiki
Documents - Source | |
---|---|
Name | doc_type |
Module | Documents |
Type | enum |
Label | Source |
VName | LBL_DOC_TYPE |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * MintHCM, * WebEx, * GoToMeeting, * IBM SmartCloud, * Google, * Box.net, * Facebook, |
Options List Name | eapm_list |
Needs Validation | No |
Contents
[hide]Notes
Document type (ex: Google, box.net, IBM SmartCloud)
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/Documents/vardefs.php
'doc_type' => array( 'name' => 'doc_type', 'vname' => 'LBL_DOC_TYPE', 'type' => 'enum', 'function' => 'getDocumentsExternalApiDropDown', 'len' => '100', 'comment' => 'Document type (ex: Google, box.net, IBM SmartCloud)', 'popupHelp' => 'LBL_DOC_TYPE_POPUP', 'massupdate' => false, 'options' => 'eapm_list', 'default' => 'Sugar', 'studio' => 'false', ),
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 |