Generate a list of Overridden Properties from a Udt Instance

Hi, I’m wondering if there is a cleaner way to get a list of properties on a UDT instance that have been overridden short of having to get the configuration of the instance and get the configuration of UDT and compare each value. With the nature of the project I’m working on there are a lot of UDT’s that have nested Udt’s within them making a direct comparison non-trivial. For reference I’m using ignition 8.1.16.

Unfortunately I think you’re stuck using getConfiguration and parsing the results. It would be nice it there was an inbuilt report for summarising tag info like that. Udt type usage would be another good one