Audit Trail via Associations

1
Hi, I want to use Audit Trail for Account Entity. I make many to many association between account and Log entity. But when calling on before commit micrflow it is giving error  “ Microflow parameter 'AudittrailSuperClass' should be of type Administration.Account.    Property 'Microflow' of event handler of entity 'Administration.Account' “.   Please help
asked
2 answers
1

Copy&Paste BCo_AudittrailSuperClass to BCo_Account, assign it as BCo-event to entity Account and in your new microflow change the parameter to be a Administration.Account

answered
0

I guess you solved it yourself already?

Your on before commit microflow has the wrong parameter type. It should have one parameter of the type `Administration.Account`.

answered