Hi support,
when saving xpcollections and xpobjects to the database i need to know the xpobject in the xpcollection, that is really changed.
And in this changed xpobject i need to know the fields, that changed.
Best would be knowledge of old and new value.
With this information i want to create a special "history" of changed data. This history is limited to a view interesting fields.
I know , there is a changed event but that fires always when changing the field. That would be to often for me. I need it only when saving.
Is there a functionality in xpo or do i have to build this myself via using the changed event and managing a list of changes?
I think, xpobjects do have all the needed infos. I just do not see them while saving data.