Difference between revisions of "Field:id@basic"
From MintHCM Wiki
(Created page with "{{Field-infobox |Field-name=id |Field-module=basic |Field-type=id |Field-label=ID |Field-vname=LBL_ID |Field-required=Yes |Field-editable=No |Field-visible=No |Field-reportabl...") |
|||
Line 16: | Line 16: | ||
|Field-options-name= | |Field-options-name= | ||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |Short Description= | + | |Short Description=ID of the record |
}} | }} | ||
Latest revision as of 21:55, 29 September 2019
Basic - ID | |
---|---|
Name | id |
Module | Basic |
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
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' => strtolower($module) . 'pk', 'type' => 'primary', 'fields' => array('id')),
Missing User input