vtigercrmentity
vtiger_crmentity is a core table in the vtiger CRM database. It functions as the central repository for metadata shared by all CRM modules, storing information that applies to every record regardless of its module. The table enables unified handling of records and supports features such as ownership, auditing, and soft deletion.
Key fields typically found in vtiger_crmentity include crmid, which serves as the primary key for the record,
Most module-specific data is stored in separate tables named vtiger_<Module>, with crmid acting as the linking
In practice, vtiger_crmentity underpins core CRM functionality: it provides the module-agnostic backbone for record identification, ownership,