Hi,
Most of my classes are mapped from Globals. I want to access Cache classes from a BI software through ODBC connection.
'Last update' information does not exist in most of the classes. My question is whether there is a 'last update' timestamp that is automatically generated for each line in classes I can extract to external systems?
Thanks
Hi Chris,
Thanks for responding.
I tried adding the DSTIME property to a class accordingly:
But I get mapping error (My class has SQL storage map). What am I missing here? Should it be mapped somehow, or is it a special definition to make this field automatically populated?
Thanks
You implement DSTIME on a class by doing the following in your persistent class:
You will need to implement batching as well so you only pick up changes to a class from the last time you queried against DSTIME. I believe there are a few posts in the community that further discuss implementing DSTIME.
Best of luck.
Thanks!
If you can explain a bit about batching process, or direct to posts you think are relevant, it will be much appreciated.
I am struggling to find relevant information.