Field:modified user id@OffboardingTemplates
From MintHCM Wiki
|
Offboarding Templates - Modified by | |
|---|---|
| Name | modified_user_id |
| Module | Offboarding Templates |
| Type | assigned_user_name |
| Label | Modified by |
| VName | LBL_MODIFIED |
| 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
User who last modified record
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/basic/vardefs.php
'modified_user_id' => array( 'name' => 'modified_user_id', 'rname' => 'user_name', 'id_name' => 'modified_user_id', 'vname' => 'LBL_MODIFIED', 'type' => 'assigned_user_name', 'table' => 'users', 'isnull' => 'false', 'group' => 'modified_by_name', 'dbType' => 'id', 'reportable' => true, 'comment' => 'User who last modified record', 'massupdate' => false, 'inline_edit' => false, ),
Missing User input