Field:last rev create date@Documents

From MintHCM Wiki

Documents - Last Revision Create Date

Name last_rev_create_date
Module Documents
Type date
Label Last Revision Create Date
VName LBL_LAST_REV_CREATE_DATE
Required No
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Documents/vardefs.php

'last_rev_create_date' => array( 'name' => 'last_rev_create_date', 'type' => 'date', 'table' => 'document_revisions', 'link' => 'revisions', 'join_name' => 'document_revisions', 'vname' => 'LBL_LAST_REV_CREATE_DATE', 'rname' => 'date_entered', 'reportable' => false, 'source' => 'non-db' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles