I’ve read a lot of support articles, all seem overly complicated for what I’m trying to do:
I have a simple table, one of the fields is CreatedTime, another is a checkbox called Used.
New records are constantly being added to the DB, at intermittent intervals.
At other intermittent intervals (slower pace than the above), a trigger will cause Used to get checked.
At which point, what I’m trying to do is have the “Oldest entry that is not Used” be visible in a view.
Seems like this should be dead simple, but I am stymied. Help?