Some processes are running on background in a totally transaprent way for the eDMS user:
A version robot has been integrated into the system. The main job of this robot is to decide which version of a document must be set to active and which version of a document must be displayed into the documents list table.
The robot will be activated:
How is it working? The robot checks all document's versions. For each version, it verifies if the status of the document is not pending, expired, rejected or waiting for control/validation and takes the last version corresponding to those criterias. If a version is found, this version is defined as active and visible. If a version is not found, the robot will take the last version and set this one to visible (but not active).
Rem: The version robot is also used by the system to send e-mails notifications for the document flow.
eDMS includes an e-mails notification system that will automatically send electronic mails to users regarding the document's flow:
How is it working? The robot checks all document's versions. For each version, it verifies if the status of the document is not pending, expired, rejected or waiting for control/validation and takes the last version corresponding to those criterias. If a version is found, this version is defined as active and visible. If a version is not found, the robot will take the last version and set this one to visible (but not active).
Rem: The version robot is also used by the system to send e-mails notifications for the document flow.