Workflow to create new field containing

Hello, I have a custom module that has a status field. I want to have additional fields that shows who modified the status and when. Can This be achieved using workflow?

Hi,
it can be done way easier. Just go to the studio, select your module, click on your field. You should find a checkbox in the field settings, called β€œaudit”. Check it, save and deploy.

Go to any record, change the status value. This change is now displayed in the audit-log, showing the old value, new value, who did the change and the timestamp.

you could probably use a workflow, but i would recommend to use the factory feature instead.

1 Like

Thats helpful thank you.