Announcements
Any system tables or other ways that can be used for this? Thanks!
This worked perfect. I coupled it with a join on the CLASSIDTABLE and got exactly what I was looking for.
SELECT a.BATCHJOBID , a.CAPTION , b.NAME FROM AxDB.dbo.BATCH a JOIN dbo.CLASSIDTABLE b ON a.CLASSNUMBER = b.ID WHERE b.NAME = 'CLASS_NAME'
Hi JMajcen,
The information is stored in the table 'Batch'. The class number is stored in this table. This is a number which correspondents to a class name in the application, but can be different per environment. You can use the DictClass class to get the number for a given class object name.
André Arnaud de Cal...
294,060
Super User 2025 Season 1
Martin Dráb
232,858
Most Valuable Professional
nmaenpaa
101,158
Moderator