Field:news status@News

From MintHCM Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

News - Status

Name news_status
Module News
Type enum
Label Status
VName LBL_NEWS_STATUS
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
* Draft,
* Published,
* Archived
Options List Name news_status_list
Needs Validation No

Notes


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
Feature:News - Archive News Automation Automation Status News
Feature:News - Publish News Automation Automation Status News

Initiating


Dev Notes


Location and Code definition

modules/News/vardefs.php

'news_status' => array( 'required' => false, 'name' => 'news_status', 'vname' => 'LBL_NEWS_STATUS', 'type' => 'enum', 'massupdate' => 0, 'default' => 'draft', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'inline_edit' => '', 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 100, 'size' => '20', 'options' => 'news_status_list', 'studio' => 'visible', 'dependency' => false, ),



Missing User input


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
Feature:News - Archive News Automation Automation Status News
Feature:News - Publish News Automation Automation Status News

Initiating