Field:description@Project

From MintHCM Wiki

Project - Description

Name description
Module Project
Type text
Label Description
VName LBL_DESCRIPTION
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Standard text field to store additional notes about the record


Affected by

Initiating


Dev Notes


Location and Code definition

modules/Project/vardefs.php

'description' => array( 'name' => 'description', 'vname' => 'LBL_DESCRIPTION', 'required' => false, 'type' => 'text', 'comment' => 'Project description' ),



Missing User input


Affected by

Initiating