Hello everybody,
I was just wondering how to deal with this two situations:
1) A record in my database will be available in - say - 70 hours.
I thought of two approaches:
a) Filter out the record so that no csr will ever see it
b) donĀ“t filter it out and present an error message when this record should be booked
I tend to b ...
2) A record is outdated
I thought of deleting it. Therefore I would start (for example) a seperate
thread iterating over the database and deleting all "old" entries
What do you guys think of that ?
btw: Merry Christmas
Daniel