Crmid
Crmid is the internal identifier used by vtiger-based customer relationship management (CRM) systems to uniquely identify a record. It functions as the primary key in the central entity table and is referenced by other module tables to link related data.
In vtiger and its forks, crmid is typically an auto-incrementing integer stored in the vtiger_crmentity table.
Use in practice involves crmid as the canonical key when querying records and joining module data. For
Limitations and notes: crmid is an internal key and does not inherently convey information about the record
Variants: The concept exists in vtiger and similar forks; some systems use different names such as entity_id