User Tools


This is an old revision of the document!


Record Versioning

There is a new feature in CorebosCRM that permits users to save different versions of one record. Each version it's a new record by itself but it is not shown as such. You can't see it in the ListView or search for it, because of all the versions of a record, only the Active Version is shown. But how can this new feature be enabled?

It's easy. You have to go the Integrations panel (CRM URL/index.php?action=integration&module=Utilities) and enable Record Versioning for one or more modules.

From a technical point of view enabling Record Versioning for a module, let's say Potentials becomes possible through :

  • the creation (if it does not already exist) of a Global Variable of type RecordVersioningModules. If the record is already present, it only edits the module list field adding the Potentials module.


coreBOS Documentación