Hello,
I have a grid application with a corresponding database table.
Among others, this table contains a decimal field for a price and date field.
This data field shall reflect when the current price was entered.
In case the user changes the price value, I would like to automatically set the date to the system date, to later be able to when that price was set.
Is this possible?