task table - task types - sys_class_name

scottl
Kilo Sage

Does anyone know where ServiceNow stores the values to be used in this table/field?   Surely there's a table that we can call/query without having to write an AGGREGATE distinct query over the task table, esp. with hundreds of thousands of records.

1 REPLY 1

larstange
Mega Sage

Hi,



you can query the "sys_db_object" table and search for all tables which extends the task table.



super_class.label=task



find_real_file.png