Is it possible to write some informations entered by a form in an excel file to create a kind of versioning system?

1
0
-1

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 :-)

1 answer

1
+1
-1
This one is the BEST 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

Comments

Submitted by valentine.cotte... on Wed, 01/19/2022 - 15:54

Thank you a lot !! I will try but it's exactly what i want :-) Have a good day :-)

Notifications