User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:adminmanual:recordversioning [2019/06/19 12:30]
lorida
en:adminmanual:recordversioning [2019/12/28 01:41] (current)
joebordes
Line 2: Line 2:
  
  
-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.+There is a new feature in coreBOS ​that permits users to save different versions of one record. Each version ​is a new record by itself but it is not shown as such. You can't see it in the ListView ​nor 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?// ​ //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.+It's easy. You have to go to the Integrations panel (CRM URL/​index.php?​action=integration&​module=Utilities) and enable Record Versioning for one or more modules.
  
 {{:​en:​adminmanual:​screenshot_from_2019-06-19_11-42-23.png?​500|}} ​ {{:​en:​adminmanual:​screenshot_from_2019-06-19_11-42-23.png?​500|}} ​
Line 15: Line 15:
 {{:​en:​adminmanual:​screenshot_from_2019-06-19_11-48-11.png?​500|}} {{:​en:​adminmanual:​screenshot_from_2019-06-19_11-48-11.png?​500|}}
  
-  * the creation of a Business Action record (if it does not already exist). If the record is already present, it edits the module list field adding the Potentials module. This Business ​Actions ​creates the Developers block in the DetailView of the module.+  * the creation of a Business Action record (if it does not already exist). If the record is already present, it edits the module list field adding the Potentials module. This Business ​Action ​creates the Developers block in the DetailView of the module.
  
 {{:​en:​adminmanual:​screenshot_from_2019-06-19_11-50-57.png?​500|}} {{:​en:​adminmanual:​screenshot_from_2019-06-19_11-50-57.png?​500|}}
Line 26: Line 26:
  
 {{:​en:​adminmanual:​screenshot_from_2019-06-19_11-54-52.png?​800|}} {{:​en:​adminmanual:​screenshot_from_2019-06-19_11-54-52.png?​800|}}
 +
 +{{:​en:​adminmanual:​screenshot_from_2019-06-19_12-44-36.png?​500|}}
 +
 +{{:​en:​adminmanual:​screenshot_from_2019-06-19_12-45-09.png?​500|}}
  
   * the creation of a workflow and task that sets the Version and Active Version at 1 in the first save of the record.   * the creation of a workflow and task that sets the Version and Active Version at 1 in the first save of the record.
Line 34: Line 38:
 //Disable Record Versioning//​ //Disable Record Versioning//​
  
-If you want to disable the Record Versioning feature for a module you can go into the Integrations panel and do it.  +If you want to disable the Record Versioning feature for a module you can go into the Integrations panel and just do it. 
-The module will be removed from the module list fields in the Global Variable and Business Actions modules. The workflow will be deleted and the handler won't be used anymore for that module.+ 
 +The module will be removed from the module list fields in the Global Variable and Business Actions modules. 
 + 
 +The workflow will be deleted and the handler won't be used anymore for that module ​because it is based on the Global Variable module list.
  
 //How to use the Record Versioning?//​ //How to use the Record Versioning?//​
  
-That's even easier. Now you have the developers block in the DetailView of the module and you have two links: Create Version and Recover Version. The first is used to create a new version of the record and save it while the second recovers an older version. It means that it sets an older version of the record as the active one. +That's even easier. Now you have the developers block in the DetailView of the module and you have two links: Create Version and Recover Version. The first is used to create a new version of the record and save it while the second recovers an older version. It means that it sets an older version of the record as the active one. You can double click on the version you want to recover too.
  
 == Recover == == Recover ==
Line 49: Line 56:
  
 {{:​en:​adminmanual:​screenshot_from_2019-06-19_12-25-07.png?​500|}} {{:​en:​adminmanual:​screenshot_from_2019-06-19_12-25-07.png?​500|}}
 +
 +
 +Record Versioning uses the [[en:​adminmanual:​businessmappings:​duplicaterecords|duplication business map]] which permits us to fine-tune the related records that need to be versioned also.
 +
 +Record versions will be respected also when using the Duplicate Records workflow task of the record can also be done by using a Duplication Map. You can find more information about this on the page below:
 +