Get bin insert time/modification time

Hi,

Is there any way to know at what time was my particular bin in a record inserted/last modified ?

If not , then is there any way to know when my record was last updated ?

Thanks

Hi Holmes (smile)

The is no inbuilt timestamp on record modification. But you can write a time stamp to an Integer Bin each time you write the record. This is used in a lot of scenarios.

Regards Peter

Yeah that seems to be one solution.

Thanks !