How can I know if table is a custom table or OOB table?

perminator123
Kilo Contributor

If i have created new table which extends Task table. how can i know quickly know if this table is custom table by looking at the result list of Table module?

1 ACCEPTED SOLUTION

That's correct. The platform will track where changes have been made to the baseline.


View solution in original post

7 REPLIES 7

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Perminator,



All the tables which starts with prefix u_ are custom tables.


Thanks Pradeep for the reply!


table which are OOB what they start with?


It will not have prefix u_ for ex : incident table


u_ prefix is only for the custom tables.


No specific for OOB. Majorly with sys_, for workflow wf_, for configuration item cmdb_, catalog sc_ etc...


Go to System Definition > tables.. You will got all table names.