Field:created by@DocumentRevisions
From MintHCM Wiki
|
Document Revisions - Created by | |
|---|---|
| Name | created_by |
| Module | Document Revisions |
| Type | assigned_user_name |
| Label | Created by |
| VName | LBL_CREATED |
| Required | No |
| Editable | No |
| Visible | No |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Contents
Notes
An id of the user who created the record
Related Features
Affected by
Initiating
Location and Code definition
modules/DocumentRevisions/vardefs.php
'created_by' => array ( 'name' => 'created_by', 'rname' => 'user_name', 'id_name' => 'modified_user_id', 'vname' => 'LBL_CREATED', 'type' => 'assigned_user_name', 'table' => 'users', 'isnull' => 'false', 'dbType' => 'id', 'source'=>'db', ),
Missing User input