Get last value from intetrnal DB

0
Hi Dear Team, I want to get a latest value from specific column (for example CurrentMode) in internal DB, but how? Thank you!
asked
1 answers
0

If you want to find the latest updated object, use the "ChangedDate" system member of the entity-properties.

If you want to find the latest update attribute, that is not available by standard. You will have to keep track of that by storing every change in a separate changedby-attibute for that column.

answered