Is there a way to check what each user has edited or read?
Or about the usage of each user.
In the BPM In-Transaction Directive, you can use the “Change Log” widget.
Within this widget, you can select the fields for which you want to track changes.
I believe this widget writes logs to the ChgLog table.
You can use the BAQ Designer to look up these logs, which typically include the date, time, user ID, and the affected field. Additionally, I believe the widget also tracks the service that was used to update the relevant field.
I remember that not every table allows the use of this widget, but most do.
And if I want to see which user created or deleted in each table, how do I set it?
DataDirective InTransaction BPM. There’s a change log widget and you select the fields you want.
Depending on the table you might want to put a condition first. Like if you have a changelog on the JobHead table, only look at firm jobs, so that unfirm jobs don’t get a log written while MRP is running.
Thank You