Hi All,
I would like to create an sort of automated changelog tool. What i would like to do is to determine if an field(attribute) within an entity has been changed/updated in an specific timeslot.
I noticed that using the metadata cache this information is not available and therefore I'm unable to get all changes.
I know that via the metadata cache i'm able to get the introducedversion param, but that won't give me the date/time of an changed field.
Does anyone has an clever idea on how to determine if an attribute has been changed in c#?