The CreatorCon Call for Content is officially open! Get started here.

Class Name

Neeraj Sharma10
Tera Guru

Field Class.png

Can anyone tell what is the significance of class name in this form.

if class is defined anywhere in the back-end, can we edit it or make our new class?

2 REPLIES 2

Sanjeev Kumar1
Kilo Sage

Hi Neeraj,



Read following it will help you.



http://wiki.servicenow.com/index.php?title=Tables_and_Classes#gsc.tab=0




A table can "extend" another table. A table that extends another table is called a child class, and the table it extends is the parent class.


If a table is extended, but itself is not an extended table, it is then called a base class. For a child class' record, the database stores new fields unique to child class and stores the rest of the fields in the parent class. This means that one record in a child class exists both in the child class and the parent class.