Field:active date@Documents
From MintHCM Wiki
|
Documents - Publish Date | |
|---|---|
| Name | active_date |
| Module | Documents |
| Type | date |
| Label | Publish Date |
| VName | LBL_DOC_ACTIVE_DATE |
| Required | Yes |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | No |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/Documents/vardefs.php
'active_date' => array( 'name' => 'active_date', 'vname' => 'LBL_DOC_ACTIVE_DATE', 'type' => 'date', 'importable' => 'required', 'required' => true, 'display_default' => 'now', ),
Missing User input