TXDataServer.OnEntityModifying event

Hi,

When data is modified I would like to be able to update one of the columns such as an amended date/time before it is posted. Is this possible to do in the TXDataServer.OnEntityModifying event?

I would also, for specific entities, if certain fields have been changed to insert a record in another entity. Can this also be done here?

Thanks,

Ken

Recommended way is to use the Aurelius events, which are database-specific, like OnUpdating:

https://doc.tmssoftware.com/biz/aurelius/guide/events.html#onupdating-event