For some use cases, we need to create low-code apps that display history tracking of the values of DOM instances. A good example is a Ticketing application where users may want to know about previous changes to a given ticket and who made those changes.
Looking at the documentation, it is clear DOM keeps track of the changes DOM history | DataMiner Docs
This can be observed using the ClientTestTool.
I would like to know I can query this data available in Elastic and display it using Low-code Apps.
Looking at the GQI, I can't find a way to retrieve historic records.
Thanks in advance for your responses.
Hi Miguel, the audit trailing is indeed already saved in Elastic, currently it is only possible that you receive this information via automation. The goal is to imbed that in the forms component in apps similar to jobs (on the mid-term roadmap)