I realize this is fairly simple, but where do I locate the artists ID? Which table(s) do they live in? Thanks
Ah - got it. Are the Artist's ID not "viewable" through the front end of Tessi? Is there anywhere int eh app that will display the ID number of hte artist without going into SQL? I dont see T_Artist in the "System Tables" list...
Hi Randall
In general (with a few exceptions) , T_* tables don't appear in System Tables, just TR_* tables (and LTR_* tables, of course).
But if you really want to have those id numbers visible in the app, you could add T_ARTIST into System Tables yourself, using T_REFERENCE_TABLES. Best to just give Read-Only access, though.
Ken