Logs of BDM

1
0
-1

Hi...
I have a question, Would it possible save some logs of the data of changes in the bdm?

1 answer

1
+1
-1
This one is the BEST answer!

You can ask on the Ideas forum. Ignore the invalid posts, Bonitasoft are aware of them and are trying to fix it.

Otherwise Yes, it is possible. But that's not the answer you want is it? You want to know if it's in the system or if you have to write it yourself.

In Community I doubt it will ever be in the system, there are ways to do it in Subscription using Events I think.

However it is easy to implement.

1) Create a User Table (changestoBDM), and where ever your processes change a BDM just write the before and after images to the User Table.

or:

2) You might find it easier to just create a trigger on the BDM database that does before and after images for you. This is very database specific so you will have to research it yourself.

There are also pros and cons:

a) Process and Code changes in 1) but not in 2)
b) Detailed information capture on Changes to BDM in 1) but not in 2)
c) Complex change in 1) Easy change in 2)

You choose.

regards
Seán

PS: While I understand this may not be the answer you are looking for it does answer your question, please mark as resolved by ticking the tick mark on the left of this reply so others now it is closed.

Notifications