How to display the Audittrail changelog in the users language Caption

0
Here's a rewritten version of your question: I'd appreciate some guidance on displaying audit trail history in a more user-friendly way. In the Marketplace, Audit Trail allows us to view entity change histories. However, when users access these histories, they see entity and attribute names in their physical names, making it difficult for them to understand which specific data points were changed. Is it possible to display the audit trail history using captions in the user's preferred language instead of physical names?
asked
1 answers
0

This is not directly possible as the audit is created on the backend of your application and this is not aware of the names you provided in the caption for the user UI.

You could create a table with the mapping for the fields that contain the databse name, table and name you would like to display and link this record to the record in the audit trail.

Mayebe this will help in finding a solution for your case.

answered