In 5 (Often Forgotten) Productivity Tools I mentioned that List Views are a great way to review data. However, the TMS interface expects the SQL view to return only one row per selected record. If your table joins create more than one row per record, then TMS will truncate the SQL view results. If your table join excludes records, then TMS will repeat rows in the SQL view results. Either way, you get an Invalid property array index error and confused end-users. Here’s how to avoid it altogether.
Category: The Museum System
-

Assign Status Flags using an Object Package
Object Packages are a great way to collect together disparate artifact records, for whatever reason the package creator decides. By the same token, Status Flags are a great way to identify artifact records with special attributes, or that require special attention. A great time saver would be if you could mass assign a status flag to the contents of an object package. You can, with this little SQL script…
(more…) -

Quick Start Guide
Like many institutions, the seasons are not marked by a change in the weather or the calendar, but instead by the influx of new interns. Invariably, I will get a call requesting access to TMS for them, but their start dates and schedules make scheduling a group training session untenable. Here’s an easy way to get new users started with TMS.
(more…)

