In my project, I would like to ask for several pieces of information on a form. Example:
- Name of user
- Program modified
- Modification made
- Date of modification
The goal would be to have a versioning system that would be written somewhere, ideally in an excel file.
Is this possible?
Is there any other way to do this versioning system?
Thanks in advance for your answer :-)
Hi valentine,
It is possible yes.
You have many options to build such a system. The easiest is probably to keep the information into the BDM (database). You can then generate pages to list, search through your historical data.
At some point, if you want to export that data to documents (Word, PDF, Excel, etc..) you can use a connector to do so:
https://documentation.bonitasoft.com/bonita/latest/getting-started/define-business-data-model
https://documentation.bonitasoft.com/bonita/latest/process/insert-data-in-a-docx-odt-template
https://documentation.bonitasoft.com/bonita/latest/process/generate-pdf-from-an-office-document
Hope this helps,
Captain Bonita
Thank you a lot !! I will try but it's exactly what i want :-) Have a good day :-)