Field:id@Reservations
From MintHCM Wiki
Reservations - ID | |
---|---|
Name | id |
Module | Reservations |
Type | id |
Label | ID |
VName | LBL_ID |
Required | Yes |
Editable | No |
Visible | No |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
ID of the record
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/basic/vardefs.php
'id' => array( 'name' => 'id', 'vname' => 'LBL_ID', 'type' => 'id', 'required' => true, 'reportable' => true, 'comment' => 'Unique identifier', 'inline_edit' => false, ), //...191 'id' => array('name' => reservations . 'pk', 'type' => 'primary', 'fields' => array('id')),
Missing User input