Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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