I am creating a logging tool to log changes to catalog entries in commerce 1R2 SP2. I have created a class that implements ICatalogEventListener and have put code inside EntryUpdating to log to a db table.
The problem I am having is getting the old values for the catalog entry, looking at the CatalogEntryDto I am just seeing the new values.
Anyone have any ideas on how I can get the old values for the properties? Or have experience in this, that could give a better way of retrieving changes to property values?
Hi,
I am creating a logging tool to log changes to catalog entries in commerce 1R2 SP2. I have created a class that implements ICatalogEventListener and have put code inside EntryUpdating to log to a db table.
The problem I am having is getting the old values for the catalog entry, looking at the CatalogEntryDto I am just seeing the new values.
Anyone have any ideas on how I can get the old values for the properties? Or have experience in this, that could give a better way of retrieving changes to property values?
Thank you,
Bal