Report to list items created in the last year

SUGGESTED

I've looked at the object models of the database over and over but cannot find out how to identify the date an item was created.

The main goal is that I need to get a list of all the new items created in the last 2 yrs, 1 yr, and 6 months.

Parents Reply
  • 0 in reply to iLikeBikes

    That's correct.  The AUDT fields are used primarily for database concurrency but sometimes we can get away with using them for other purposes - until a dump/load happens.

    Would getting the date of the first receipt be of any use or does your query need to know when the master record was created?

Children