Method Update each record

Hello,

I have an Updateable BAQ I want every time a specific field is updated to save the current date and time of its update. Could you help me?

Have you pulled a trace? If you want to record the date/time any time the record is updated, regardless of where and how the update is done, I’d recommend an in-process data directive. But if you only want to record the date/time when the record is updated by your BAQ, I would either do a pre-processing method directive, or if your uBAQ has custom code, do it in there. HTH, …Monty.